From 51e60b4d57f0e4bd696ea8af0aeaafbdf67df132 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 14 Jun 2020 08:44:03 +0300 Subject: [PATCH] Adjust heights for osx fullscreen --- chrome/hide_tabs_toolbar_osx.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/hide_tabs_toolbar_osx.css b/chrome/hide_tabs_toolbar_osx.css index 33056f5..764bb57 100644 --- a/chrome/hide_tabs_toolbar_osx.css +++ b/chrome/hide_tabs_toolbar_osx.css @@ -10,8 +10,7 @@ Window controls will be all wrong without it */ :root{ --uc-toolbar-height: 32px; } - -:root:not([uidensity="compact"]){ --uc-toolbar-height: 38px } +:root:not([uidensity="compact"]){ --uc-toolbar-height: 34px } #TabsToolbar > *{ visibility: collapse !important } @@ -20,6 +19,7 @@ Window controls will be all wrong without it height:var(--uc-toolbar-height) !important; } -:root:not([inFullscreen]) #nav-bar{ +#nav-bar{ margin-top: calc(0px - var(--uc-toolbar-height)); } + :root[inFullscreen] #navigator-toolbox{ margin-top: 11px } \ No newline at end of file