From ebe138c7a03edcc297658a904108a2aa9f831bc5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 22 Aug 2021 09:50:08 +0300 Subject: [PATCH] autohide_toolbox: set top margin to 0 in fullscreen. Fixes #137 --- chrome/autohide_toolbox.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 58014ca..5d0e4fe 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -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;