mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Use --uc-titlebar-padding in extra Windows toolbox padding.
This makes the style compatible with tabs_on_bottom :)
This commit is contained in:
parent
3241bdbfe1
commit
db4d9f86c5
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue