this repo has no description

actually make findbar full width

+2 -2
+2 -2
chrome/browser/misc.css
··· 85 85 } 86 86 87 87 position: absolute !important; 88 - left: auto !important; 88 + left: var(--uc-small-floating-margin) !important; 89 89 right: var(--uc-small-floating-margin) !important; 90 - width: min(1000px, 100% - 2*var(--uc-small-floating-margin)) !important; 90 + width: auto !important; 91 91 92 92 .findbar-textbox { 93 93 border-radius: var(--uc-radius) !important;