Make fullscreen mode work
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[sizemode="fullscreen"]{ margin-top: 0px !important; }
|
||||||
|
|
||||||
#navigator-toolbox{
|
#navigator-toolbox{
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -49,7 +51,8 @@
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#PersonalToolbar[collapsed]{ margin-block-end: -7px }
|
#navigator-toolbox[inFullscreen] > #PersonalToolbar,
|
||||||
|
#PersonalToolbar[collapsed="true"]{ display: none }
|
||||||
|
|
||||||
/* Uncomment this if tabs toolbar is hidden with hide_tabs_toolbar.css */
|
/* Uncomment this if tabs toolbar is hidden with hide_tabs_toolbar.css */
|
||||||
/*#titlebar{ margin-bottom: -9px }*/
|
/*#titlebar{ margin-bottom: -9px }*/
|
||||||
Reference in New Issue
Block a user