From 93f92a65a6c01df8e376b1f74dee604e0091531b Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 1 Feb 2019 22:06:01 +0200 Subject: [PATCH] Set titlebar appearance to none in normal windows --- chrome/hide_toolbox_top_bottom_borders.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome/hide_toolbox_top_bottom_borders.css b/chrome/hide_toolbox_top_bottom_borders.css index 3fe6799..29c6122 100644 --- a/chrome/hide_toolbox_top_bottom_borders.css +++ b/chrome/hide_toolbox_top_bottom_borders.css @@ -1,6 +1,11 @@ -#main-window[sizemode="normal"]{ border-top: none !important } +:root[sizemode="normal"]{ border-top: none !important } #navigator-toolbox::after{ content: none !important } +/* Removes few remaining extra lines above tabs in non-maximized windows */ +/* Also prevents small vertical shift when moving tabs in compact density - who knows why */ +:root[sizemode="normal"] #titlebar{ -moz-appearance: none !important; } + + /* OPTIONAL - uncomment to remove still remaining space atop of tabs */ /* This just increases the height of tabs by few pixels, not decrease the toolbar height */