Use --uc-titlebar-padding in extra Windows toolbox padding.

This makes the style compatible with tabs_on_bottom :)
This commit is contained in:
MrOtherGuy 2022-04-11 16:19:37 +03:00
parent 3241bdbfe1
commit db4d9f86c5

View file

@ -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-win7),
(-moz-os-version: windows-win10){ (-moz-os-version: windows-win10){
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ :root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{
padding-top:7px !important; padding-top: var(--uc-titlebar-padding,7px);
} }
} }
/* Fix window controls not being clickable */ /* Fix window controls not being clickable */