Create rounded-url-searchbar.css

This commit is contained in:
Cameron Redmore 2024-12-13 20:00:40 +00:00 committed by GitHub
parent 6be8f71582
commit dbdea18d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
/* Round the URL / search bar in the header */
#urlbar-container {
--toolbarbutton-border-radius: 16px !important;
}