2020-05-22 05:13:58 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/navbar_tabs_oneliner_menu_buttons_on_right.css made available under Mozilla Public License v. 2.0
|
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2019-02-08 22:03:13 +00:00
|
|
|
/* Variation of oneliner where menubutton and overflow button are next to window controls (if window controls are on right side) */
|
|
|
|
|
|
|
|
/* IMPORTANT */
|
|
|
|
/*
|
2019-02-09 10:45:52 +00:00
|
|
|
Get window_control_placeholder_support.css
|
2019-02-08 22:03:13 +00:00
|
|
|
Window controls will be all wrong without it
|
|
|
|
*/
|
2021-06-16 09:13:50 +00:00
|
|
|
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
2021-06-04 21:17:16 +00:00
|
|
|
:root[uidensity="compact"]{
|
|
|
|
--tab-block-margin: 2px !important;
|
|
|
|
--proton-tab-block-margin: 2px !important;
|
|
|
|
}
|
2019-02-08 22:03:13 +00:00
|
|
|
|
2021-03-21 13:57:14 +00:00
|
|
|
/* Modify these to change relative widths or default height */
|
2019-02-08 08:47:26 +00:00
|
|
|
#navigator-toolbox{
|
|
|
|
--uc-navigationbar-width: 50vw;
|
|
|
|
--uc-toolbar-height: 40px;
|
|
|
|
}
|
2021-11-23 14:49:50 +00:00
|
|
|
|
|
|
|
#scrollbutton-up,
|
|
|
|
#scrollbutton-down{ border-block-width: 2px !important; }
|
|
|
|
|
2018-11-25 23:13:23 +00:00
|
|
|
/* reserved space for overflow + menu buttons */
|
2019-02-08 08:47:26 +00:00
|
|
|
#navigator-toolbox{--uc-buttons-width: calc(56px + 4 * var(--toolbarbutton-outer-padding) + var(--uc-menubutton-padding,6px))}
|
2018-11-25 23:13:23 +00:00
|
|
|
#nav-bar:not([overflowing]) > #nav-bar-customization-target{ --uc-buttons-width: calc(28px + 2 * var(--toolbarbutton-outer-padding) + 6px) }
|
|
|
|
/* Override for other densities */
|
2021-03-21 13:57:14 +00:00
|
|
|
:root[uidensity="compact"] #navigator-toolbox{
|
|
|
|
--uc-toolbar-height: 34px;
|
|
|
|
--uc-menubutton-padding: 0px;
|
|
|
|
}
|
|
|
|
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 44px; }
|
2018-11-29 18:49:30 +00:00
|
|
|
|
2020-09-03 09:09:32 +00:00
|
|
|
:root[uidensity="compact"] #urlbar-container{
|
2019-10-20 20:02:47 +00:00
|
|
|
--urlbar-container-height: var(--uc-toolbar-height) !important;
|
|
|
|
padding-block: 0 !important;
|
|
|
|
}
|
2020-09-03 09:09:32 +00:00
|
|
|
:root[uidensity="compact"] #urlbar{
|
2019-10-20 20:02:47 +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 */
|
|
|
|
@media screen and (max-width: 1000px){
|
|
|
|
#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
|
|
|
}
|
|
|
|
/* Need to set background color for selected tab so it can be distinguished from background */
|
|
|
|
#TabsToolbar .tab-background[selected]{
|
|
|
|
background: var(--lwt-selected-tab-background-color,rgba(0,0,0,0.2)) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TabsToolbar[brighttext] .tab-background[selected]{
|
|
|
|
background: var(--lwt-selected-tab-background-color,rgba(255,255,255,0.2)) !important;
|
|
|
|
}
|
|
|
|
|
2018-11-25 23:13:23 +00:00
|
|
|
/* 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}
|
2019-02-08 08:47:26 +00:00
|
|
|
#nav-bar{ margin-top: calc(0px - var(--uc-toolbar-height)); }
|
|
|
|
|
2021-09-19 17:31:30 +00:00
|
|
|
#nav-bar-customization-target{ margin-right: calc(100vw - (var(--uc-navigationbar-width)) - var(--uc-window-control-width) - var(--uc-buttons-width) - var(--uc-window-drag-space-post)) }
|
2019-02-10 08:57:55 +00:00
|
|
|
|
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; }
|
2021-09-19 17:31:30 +00:00
|
|
|
#nav-bar-customization-target{ margin-right: calc(100vw - (var(--uc-navigationbar-width)) - var(--uc-buttons-width) - var(--uc-window-drag-space-pre)) }
|
2018-11-25 23:13:23 +00:00
|
|
|
}
|
2019-02-08 08:47:26 +00:00
|
|
|
|
2021-03-21 13:57:14 +00:00
|
|
|
#TabsToolbar > .toolbar-items{
|
|
|
|
position: relative !important;
|
|
|
|
z-index: 2
|
|
|
|
}
|
2018-11-25 23:13:23 +00:00
|
|
|
.titlebar-placeholder[type="post-tabs"],
|
|
|
|
.titlebar-spacer[type="post-tabs"]{
|
2021-09-19 17:31:30 +00:00
|
|
|
width: calc(var(--uc-buttons-width) + var(--uc-window-drag-space-post)) !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 */
|
2019-02-08 22:03:13 +00:00
|
|
|
#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
|