mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-12 20:40:14 +00:00
correctly remove right property from .titlebar-buttonbox-container
This commit is contained in:
parent
1869d813b4
commit
8bd98c5ea9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ linux_gtk_window_control_patch.css
|
||||||
@media not (-moz-os-version: windows-win10){
|
@media not (-moz-os-version: windows-win10){
|
||||||
:root{ --uc-titlebar-padding: 0px !important }
|
:root{ --uc-titlebar-padding: 0px !important }
|
||||||
}
|
}
|
||||||
.titlebar-buttonbox-container{ left:0; right: unset; }
|
.titlebar-buttonbox-container{ left:0; right: unset !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
||||||
|
|
Loading…
Reference in a new issue