mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Prevent statusbar from messing up horizontal window resizing. b=55368 r=jag sr=bryner a=asa
This commit is contained in:
parent
f8ff6dbf21
commit
c551baff72
@ -313,6 +313,7 @@
|
||||
|
||||
#status-bar {
|
||||
border-top: none;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#security-button {
|
||||
|
@ -555,6 +555,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
|
||||
#status-bar {
|
||||
border-top: none;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#security-button {
|
||||
|
Loading…
Reference in New Issue
Block a user