tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
actually make findbar full width
awwpotato
1 year ago
51ca8ef0
489b94c0
+2
-2
1 changed file
expand all
collapse all
unified
split
chrome
browser
misc.css
+2
-2
chrome/browser/misc.css
···
85
85
}
86
86
87
87
position: absolute !important;
88
88
-
left: auto !important;
88
88
+
left: var(--uc-small-floating-margin) !important;
89
89
right: var(--uc-small-floating-margin) !important;
90
90
-
width: min(1000px, 100% - 2*var(--uc-small-floating-margin)) !important;
90
90
+
width: auto !important;
91
91
92
92
.findbar-textbox {
93
93
border-radius: var(--uc-radius) !important;