From db4d9f86c5f961894f85f9f9fe6a9202225a744c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 11 Apr 2022 16:19:37 +0300 Subject: [PATCH] Use --uc-titlebar-padding in extra Windows toolbox padding. This makes the style compatible with tabs_on_bottom :) --- chrome/hide_tabs_with_one_tab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/hide_tabs_with_one_tab.css b/chrome/hide_tabs_with_one_tab.css index 10c0ba8..56a2d55 100644 --- a/chrome/hide_tabs_with_one_tab.css +++ b/chrome/hide_tabs_with_one_tab.css @@ -52,7 +52,7 @@ See the above repository for updates as well as full license text. */ (-moz-os-version: windows-win7), (-moz-os-version: windows-win10){ :root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ - padding-top:7px !important; + padding-top: var(--uc-titlebar-padding,7px); } } /* Fix window controls not being clickable */