From b476e478a5b10e8c52cdec657026f40c478775af Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 24 Jun 2021 10:02:19 +0800 Subject: [PATCH] Fixed #323 --- src/other/firefox/Monterey/parts/toolbox.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index fdb7bb8..24474c8 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -58,6 +58,11 @@ findbar:-moz-window-inactive { border-bottom-width: 0px !important; } +/* allow to drag headerbar empty space */ +:root[tabsintitlebar] #nav-bar .chromeclass-location { + -moz-window-dragging: drag !important; +} + #toolbar-menubar:not([inactive=true]) { margin-bottom: 0 !important; }