2020-05-22 05:13:58 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/navbar_tabs_oneliner.css made available under Mozilla Public License v. 2.0
|
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
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
|
|
|
/*
|
2020-09-14 08:51:03 +00:00
|
|
|
urlbar_popup_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
2019-02-09 10:45:52 +00:00
|
|
|
*/
|
2021-11-21 07:42:28 +00:00
|
|
|
|
2021-06-04 21:17:16 +00:00
|
|
|
:root[uidensity="compact"]{
|
|
|
|
--tab-block-margin: 2px !important;
|
|
|
|
}
|
2021-03-21 13:57:14 +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{
|
2020-05-22 06:07:26 +00:00
|
|
|
--uc-navigationbar-width: 40vw;
|
|
|
|
--uc-toolbar-height: 40px;
|
2021-04-23 08:27:54 +00:00
|
|
|
--uc-urlbar-min-width: 50vw; /* minimum width for opened urlbar */
|
|
|
|
}
|
|
|
|
@media (-moz-proton){
|
|
|
|
#scrollbutton-up,#scrollbutton-down{ border-block-width: 2px !important; }
|
2019-02-08 22:03:13 +00:00
|
|
|
}
|
2018-10-21 15:44:14 +00:00
|
|
|
/* Override for other densities */
|
2021-03-21 13:57:14 +00:00
|
|
|
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 34px; }
|
|
|
|
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 44px; }
|
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 */
|
2021-04-23 08:27:54 +00:00
|
|
|
@media screen and (max-width: 1500px){
|
2018-11-29 18:49:30 +00:00
|
|
|
#urlbar-container{ min-width:unset !important }
|
|
|
|
}
|
|
|
|
|
2020-08-14 13:47:24 +00:00
|
|
|
#TabsToolbar{
|
|
|
|
margin-left: var(--uc-navigationbar-width);
|
|
|
|
--tabs-navbar-shadow-size: 0px;
|
|
|
|
}
|
2021-03-21 13:57:14 +00:00
|
|
|
#tabbrowser-tabs{
|
2021-06-04 21:17:16 +00:00
|
|
|
--tab-min-height: calc(var(--uc-toolbar-height) - 2 * var(--tab-block-margin,0px)) !important;
|
2021-03-21 13:57:14 +00:00
|
|
|
}
|
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 */
|
2020-09-14 08:17:17 +00:00
|
|
|
|
2018-11-25 23:13:23 +00:00
|
|
|
.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{
|
2020-05-22 06:07:26 +00:00
|
|
|
margin-right:calc(100vw - var(--uc-navigationbar-width));
|
2018-11-26 01:54:06 +00:00
|
|
|
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
|
|
|
|
2021-04-23 08:27:54 +00:00
|
|
|
/* Make opened urlbar overlay the toolbar */
|
|
|
|
#urlbar[open]:focus-within{ min-width: var(--uc-urlbar-min-width,none) !important; }
|
|
|
|
|
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 */
|
2020-09-14 08:51:03 +00:00
|
|
|
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
|
|
|
|
|