urlbar: don't do extra extension to left and right

Remove the rule that makes it go 50px to the left and 20px to the right.
While this added some more space for editing the URL, it looked weird.
After having used it for a while, I think it's better to remove this
again.
This commit is contained in:
Oliver Smith 2020-11-22 15:44:47 +01:00
parent 5024266a1b
commit a863f41268
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -41,9 +41,3 @@
#urlbar[focused] #pageActionButton { #urlbar[focused] #pageActionButton {
display: none; display: none;
} }
/* Focused urlbar: use almost full screen width (let it cover buttons left and right, which are not useful when editing the URL) */
#nav-bar[urlbar-exceeds-toolbar-bounds] #urlbar-container {
margin-left: -50px !important;
margin-right: -25px !important;
}