From c31f6462304302ebbb22970d35093b83f8a7d270 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 14 Jan 2020 21:15:15 +0200 Subject: [PATCH] Make fullscreen mode work --- chrome/autohide_toolbox.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 1d13287..f75abb5 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -18,6 +18,8 @@ } } +:root[sizemode="fullscreen"]{ margin-top: 0px !important; } + #navigator-toolbox{ position: fixed !important; display: block; @@ -49,7 +51,8 @@ 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 */ /*#titlebar{ margin-bottom: -9px }*/ \ No newline at end of file