mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +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 {
|
#status-bar {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#security-button {
|
#security-button {
|
||||||
|
@ -555,6 +555,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|||||||
|
|
||||||
#status-bar {
|
#status-bar {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#security-button {
|
#security-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user