bmFtZQ / edge-frfox

A Firefox userChrome.css theme that aims to recreate the look and feel of Microsoft Edge.
MIT License
687 stars 37 forks source link

Any way to make the searchbar a rounded rectangle like in other Fluent Design apps? #162

Closed kamez104 closed 2 weeks ago

kamez104 commented 1 month ago

obraz obraz obraz

bmFtZQ commented 3 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;
}