userChrome/urlbar: tweak padding (MR 19)

Add a bit of padding to the left and to the right.
This commit is contained in:
Oliver Smith 2021-12-05 06:29:48 +01:00
parent fa17075a6d
commit 7b8adcd0c9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -30,6 +30,10 @@
display: none !important; display: none !important;
} }
#urlbar {
padding: 0px 5px;
}
/* Smaller font: show more of the URL */ /* Smaller font: show more of the URL */
#urlbar-input { #urlbar-input {
font-size: 9pt !important; font-size: 9pt !important;