autohide_toolbox: set top margin to 0 in fullscreen. Fixes #137
This commit is contained in:
parent
3f19d7159c
commit
ebe138c7a0
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ See the above repository for updates as well as full license text. */
|
||||||
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog !important; }
|
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[sizemode="fullscreen"]{ margin-top: 0px !important; }
|
:root[sizemode="fullscreen"],
|
||||||
|
#navigator-toolbox[inFullscreen]{ margin-top: 0 !important; }
|
||||||
|
|
||||||
#navigator-toolbox{
|
#navigator-toolbox{
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
|
|
Loading…
Reference in a new issue