Closed kamez104 closed 2 weeks ago
You can adjust the border-radius of the URL bar using a rule like this in userChrome.css
or custom.css
:
:root {
/* Adjust URL bar corner radius. */
--urlbar-icon-border-radius: 8px !important;
/* Adjust padding on the left and right of URL bar. */
--uc-urlbar-inline-padding: 1px !important;
}