2018-11-29 18:49:30 +00:00
|
|
|
/* Modify these to change relative widths or default height */
|
2018-11-26 01:54:06 +00:00
|
|
|
#navigator-toolbox{ --uc-navigationbar-width: 50vw; --uc-toolbar-height: 40px; --window-drag-space-width: 20px}
|
2018-11-25 23:13:23 +00:00
|
|
|
/* reserved space for overflow + menu buttons */
|
|
|
|
#navigator-toolbox{ --uc-buttons-width: calc(56px + 4 * var(--toolbarbutton-outer-padding) + var(--uc-menubutton-padding,6px))}
|
|
|
|
#nav-bar:not([overflowing]) > #nav-bar-customization-target{ --uc-buttons-width: calc(28px + 2 * var(--toolbarbutton-outer-padding) + 6px) }
|
|
|
|
/* Override for other densities */
|
|
|
|
:root[uidensity="compact"] > #navigator-toolbox{ --uc-toolbar-height: 32px; --uc-menubutton-padding: 0px}
|
|
|
|
:root[uidensity="touch"] > #navigator-toolbox{ --uc-toolbar-height: 40px; }
|
2018-11-29 18:49:30 +00:00
|
|
|
|
|
|
|
/* prevent urlbar overflow on narrow windows */
|
|
|
|
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
|
|
|
@media screen and (max-width: 1000px){
|
|
|
|
#urlbar-container{ min-width:unset !important }
|
|
|
|
}
|
|
|
|
|
2018-11-25 23:13:23 +00:00
|
|
|
#TabsToolbar{ margin-left: var(--uc-navigationbar-width); }
|
|
|
|
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
|
|
|
|
/* This isn't useful when tabs start in the middle of the window */
|
2018-11-26 01:54:06 +00:00
|
|
|
.titlebar-placeholder[type="pre-tabs"],.titlebar-spacer[type="pre-tabs"]{ width:8px !important}
|
2018-11-25 23:13:23 +00:00
|
|
|
#nav-bar{
|
2018-11-26 01:54:06 +00:00
|
|
|
margin-right:calc(3 * 46px + var(--window-drag-space-width));
|
|
|
|
margin-top: calc(0px - var(--uc-toolbar-height));
|
|
|
|
padding-left: var(--window-drag-space-width);
|
2018-11-25 23:13:23 +00:00
|
|
|
}
|
2018-11-26 01:54:06 +00:00
|
|
|
#nav-bar-customization-target{ margin-right: calc(100vw - (var(--uc-navigationbar-width)) - var(--uc-buttons-width) - (3 * 46px) - var(--window-drag-space-width)) }
|
|
|
|
#TabsToolbar > :not(hbox){ position: relative !important; z-index: 2 }
|
2018-11-25 23:13:23 +00:00
|
|
|
.titlebar-placeholder[type="post-tabs"],
|
|
|
|
.titlebar-spacer[type="post-tabs"]{
|
2018-11-26 01:54:06 +00:00
|
|
|
width: calc(var(--uc-buttons-width) + var(--window-drag-space-width)) !important;
|
2018-11-25 23:13:23 +00:00
|
|
|
}
|
|
|
|
#PanelUI-button,#nav-bar-overflow-button{
|
|
|
|
margin: 0px !important;
|
|
|
|
border: 0px !important;
|
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
/* 1px margin on touch density causes tabs to be too high */
|
2019-02-05 06:17:03 +00:00
|
|
|
.tab-close-button{ margin-top: 0 !important }
|
2018-11-29 18:49:30 +00:00
|
|
|
|
2018-11-25 23:13:23 +00:00
|
|
|
/* Hide dropdown placeholder */
|
|
|
|
#urlbar-container:not(:hover) .urlbar-history-dropmarker{margin-inline-start: -28px;}
|