2020-02-07 11:36:44 +00:00
|
|
|
/* Make tabs and navbar appear side-by-side tabs on right */
|
2019-02-08 22:03:13 +00:00
|
|
|
|
2020-02-07 11:36:44 +00:00
|
|
|
/* Use page_action_buttons_on_hover.css to hide page-action-buttons to save more space for the address */
|
2019-10-20 19:57:13 +00:00
|
|
|
|
2020-02-07 11:36:44 +00:00
|
|
|
/*
|
2019-10-20 19:57:13 +00:00
|
|
|
urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
2019-02-09 10:45:52 +00:00
|
|
|
*/
|
|
|
|
|
2018-11-26 01:56:26 +00:00
|
|
|
/* Modify these to change relative widths or default height */
|
2019-02-08 22:03:13 +00:00
|
|
|
#navigator-toolbox{
|
|
|
|
--uc-navigationbar-width: 40vw;
|
|
|
|
--uc-toolbar-height: 40px;
|
|
|
|
}
|
2018-10-21 15:44:14 +00:00
|
|
|
/* Override for other densities */
|
2019-11-11 15:23:33 +00:00
|
|
|
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
|
|
|
|
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; }
|
2018-11-29 18:49:30 +00:00
|
|
|
|
2020-05-10 15:25:44 +00:00
|
|
|
:root[uidensity=compact] #urlbar-container{
|
2019-10-20 19:57:13 +00:00
|
|
|
--urlbar-container-height: var(--uc-toolbar-height) !important;
|
|
|
|
padding-block: 0 !important;
|
|
|
|
}
|
2020-05-10 15:25:44 +00:00
|
|
|
:root[uidensity=compact] #urlbar{
|
2019-10-20 19:57:13 +00:00
|
|
|
--urlbar-toolbar-height: var(--uc-toolbar-height) !important;
|
|
|
|
}
|
|
|
|
|
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 */
|
2020-02-07 11:36:44 +00:00
|
|
|
@media screen and (max-width: 1300px){
|
2018-11-29 18:49:30 +00:00
|
|
|
#urlbar-container{ min-width:unset !important }
|
|
|
|
}
|
|
|
|
|
2018-10-21 15:44:14 +00:00
|
|
|
#TabsToolbar{ margin-left: var(--uc-navigationbar-width); }
|
|
|
|
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
|
2020-02-07 11:36:44 +00:00
|
|
|
|
2018-10-21 15:44:14 +00:00
|
|
|
/* This isn't useful when tabs start in the middle of the window */
|
2018-11-25 23:13:23 +00:00
|
|
|
.titlebar-placeholder[type="pre-tabs"],
|
|
|
|
.titlebar-spacer[type="pre-tabs"]{ display: none }
|
2020-02-07 11:36:44 +00:00
|
|
|
|
2019-05-05 12:20:51 +00:00
|
|
|
#navigator-toolbox > #nav-bar{
|
2018-11-26 01:54:06 +00:00
|
|
|
margin-right:calc(100vw - var(--uc-navigationbar-width));
|
|
|
|
margin-top: calc(0px - var(--uc-toolbar-height));
|
2018-10-21 15:44:14 +00:00
|
|
|
}
|
2019-02-07 10:43:36 +00:00
|
|
|
|
2020-02-07 11:36:44 +00:00
|
|
|
/* Window drag space */
|
|
|
|
:root[tabsintitlebar="true"] #nav-bar{ padding-left: 24px !important }
|
2019-05-05 12:20:51 +00:00
|
|
|
|
|
|
|
/* Rules specific to window controls on right layout */
|
2019-02-08 22:03:13 +00:00
|
|
|
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
2019-09-28 09:18:59 +00:00
|
|
|
.titlebar-buttonbox-container{ position: fixed; display: block; left: 0px; z-index: 3; }
|
2020-02-07 11:36:44 +00:00
|
|
|
:root[tabsintitlebar="true"] #nav-bar{ padding-left: 96px !important; padding-right: 0px !important; }
|
2019-02-07 10:43:36 +00:00
|
|
|
}
|
|
|
|
|
2018-10-21 15:44:14 +00:00
|
|
|
/* 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-03 20:47:52 +00:00
|
|
|
/* Hide dropdown placeholder */
|
2019-05-05 12:20:51 +00:00
|
|
|
#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
|
2020-01-12 13:26:18 +00:00
|
|
|
|
|
|
|
/* Fix customization view */
|
|
|
|
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
|