autohide_toolbox: set top margin to 0 in fullscreen. Fixes #137

This commit is contained in:
MrOtherGuy 2021-08-22 09:50:08 +03:00
parent 3f19d7159c
commit ebe138c7a0

View file

@ -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; }
}
:root[sizemode="fullscreen"]{ margin-top: 0px !important; }
:root[sizemode="fullscreen"],
#navigator-toolbox[inFullscreen]{ margin-top: 0 !important; }
#navigator-toolbox{
position: fixed !important;