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:
parent
5024266a1b
commit
a863f41268
1 changed files with 0 additions and 6 deletions
|
@ -41,9 +41,3 @@
|
|||
#urlbar[focused] #pageActionButton {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue