From 4e66bf4d64c880deacd20bab62b4d2a76b57259e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 23 Mar 2022 10:16:10 +0200 Subject: [PATCH] Don't remove window control placeholder space in fullscreen mode --- chrome/tabs_on_bottom_menubar_on_top_patch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_on_bottom_menubar_on_top_patch.css b/chrome/tabs_on_bottom_menubar_on_top_patch.css index f0a6b2b..5452fa2 100644 --- a/chrome/tabs_on_bottom_menubar_on_top_patch.css +++ b/chrome/tabs_on_bottom_menubar_on_top_patch.css @@ -16,7 +16,7 @@ See the above repository for updates as well as full license text. */ } /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */ -#nav-bar{ border-inline-width: 0 } +:root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 } #navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important } :root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }