mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Don't set nav-bar right padding when titlebar is enabled
This commit is contained in:
parent
f515efea70
commit
bfe0c8429f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
background-color: var(--toolbar-bgcolor)
|
||||
}
|
||||
:root[uidensity="compact"] #toolbar-menubar{ height: 32px; margin-bottom: -32px }
|
||||
#nav-bar{ padding-right: 138px; margin-left: 30px; }
|
||||
:root[tabsintitlebar] #nav-bar{ padding-right: 138px; margin-left: 30px; }
|
||||
#toolbar-menubar > #menubar-items{
|
||||
position: relative;
|
||||
-moz-box-pack: center;
|
||||
|
|
Loading…
Reference in a new issue