mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
18 lines
No EOL
628 B
CSS
18 lines
No EOL
628 B
CSS
/* Modify to change window drag space width */
|
|
:root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px }
|
|
|
|
.titlebar-buttonbox-container{
|
|
position: fixed;
|
|
top:0;
|
|
right:0;
|
|
height: 40px;
|
|
}
|
|
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
|
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
|
|
#titlebar{ -moz-box-ordinal-group: 2 }
|
|
:root[tabsintitlebar="true"] #nav-bar{
|
|
padding-right: calc(138px + var(--window-drag-space-width,0px));
|
|
padding-left: var(--window-drag-space-width,0px)
|
|
}
|
|
.titlebar-placeholder,
|
|
#TabsToolbar > .toolbar-items > spacer{ display: none; } |