mobile-config-firefox/chrome/Fx65_tabs_on_bottom.css

28 lines
1,018 B
CSS
Raw Normal View History

2018-11-07 20:05:02 +01:00
/* 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;
}
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
2018-12-14 04:02:48 +01:00
:root[sizemode="maximized"] > #navigator-toolbox{ padding-top: 8px !important; }
:root[sizemode="maximized"] .titlebar-buttonbox-container{ top: 8px }
2018-11-07 20:05:02 +01:00
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
2018-12-14 04:02:48 +01:00
#titlebar{
-moz-box-ordinal-group: 2;
-moz-appearance: none !important;
}
2018-11-07 20:05:02 +01:00
: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,
2019-01-30 15:16:38 +01:00
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#navigator-toolbox::after{ display: none !important; }