From a6e7ba119f3532ef064469af043360c307da9b6e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 14 Dec 2018 05:02:48 +0200 Subject: [PATCH] adjust top margin in maximized windows --- chrome/Fx65_tabs_on_bottom.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/chrome/Fx65_tabs_on_bottom.css b/chrome/Fx65_tabs_on_bottom.css index 0773d59..f252355 100644 --- a/chrome/Fx65_tabs_on_bottom.css +++ b/chrome/Fx65_tabs_on_bottom.css @@ -7,12 +7,19 @@ right:0; height: 40px; } + +:root[sizemode="maximized"] > #navigator-toolbox{ padding-top: 8px !important; } +:root[sizemode="maximized"] .titlebar-buttonbox-container{ top: 8px } + :root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px } .titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; } -#titlebar{ -moz-box-ordinal-group: 2 } +#titlebar{ + -moz-box-ordinal-group: 2; + -moz-appearance: none !important; +} :root[tabsintitlebar="true"] #nav-bar{ padding-right: calc(138px + var(--window-drag-space-width,0px)); padding-left: var(--window-drag-space-width,0px) } .titlebar-placeholder, -#TabsToolbar > .toolbar-items > spacer{ display: none; } \ No newline at end of file +#TabsToolbar .titlebar-spacer{ display: none; } \ No newline at end of file