Remove note about placeholder_support since this doesn't really need it
This commit is contained in:
parent
67ac31f888
commit
f5b220dc9e
2 changed files with 22 additions and 21 deletions
|
@ -1,14 +1,11 @@
|
||||||
/* Make tabs and navbar appear side-by-side tabs on right */
|
/* Make tabs and navbar appear side-by-side tabs on right */
|
||||||
|
|
||||||
/* IMPORTANT */
|
/* Use page_action_buttons_on_hover.css to hide page-action-buttons to save more space for the address */
|
||||||
/*
|
|
||||||
Get window_control_placeholder_support.css
|
|
||||||
Window controls will be all wrong without it
|
|
||||||
|
|
||||||
|
/*
|
||||||
urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* Modify these to change relative widths or default height */
|
/* Modify these to change relative widths or default height */
|
||||||
#navigator-toolbox{
|
#navigator-toolbox{
|
||||||
--uc-navigationbar-width: 40vw;
|
--uc-navigationbar-width: 40vw;
|
||||||
|
@ -28,27 +25,29 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
|
||||||
|
|
||||||
/* prevent urlbar overflow on narrow windows */
|
/* prevent urlbar overflow on narrow windows */
|
||||||
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
||||||
@media screen and (max-width: 1100px){
|
@media screen and (max-width: 1300px){
|
||||||
#urlbar-container{ min-width:unset !important }
|
#urlbar-container{ min-width:unset !important }
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar{ margin-left: var(--uc-navigationbar-width); }
|
#TabsToolbar{ margin-left: var(--uc-navigationbar-width); }
|
||||||
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
|
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
|
||||||
|
|
||||||
/* This isn't useful when tabs start in the middle of the window */
|
/* This isn't useful when tabs start in the middle of the window */
|
||||||
.titlebar-placeholder[type="pre-tabs"],
|
.titlebar-placeholder[type="pre-tabs"],
|
||||||
.titlebar-spacer[type="pre-tabs"]{ display: none }
|
.titlebar-spacer[type="pre-tabs"]{ display: none }
|
||||||
|
|
||||||
#navigator-toolbox > #nav-bar{
|
#navigator-toolbox > #nav-bar{
|
||||||
margin-right:calc(100vw - var(--uc-navigationbar-width));
|
margin-right:calc(100vw - var(--uc-navigationbar-width));
|
||||||
margin-top: calc(0px - var(--uc-toolbar-height));
|
margin-top: calc(0px - var(--uc-toolbar-height));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Override style set in window_control_placeholder_support.css */
|
/* Window drag space */
|
||||||
#nav-bar{ border-right-width: 0px !important }
|
:root[tabsintitlebar="true"] #nav-bar{ padding-left: 24px !important }
|
||||||
#nav-bar::after{ display:none !important }
|
|
||||||
|
|
||||||
/* Rules specific to window controls on right layout */
|
/* Rules specific to window controls on right layout */
|
||||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
||||||
.titlebar-buttonbox-container{ position: fixed; display: block; left: 0px; z-index: 3; }
|
.titlebar-buttonbox-container{ position: fixed; display: block; left: 0px; z-index: 3; }
|
||||||
|
:root[tabsintitlebar="true"] #nav-bar{ padding-left: 96px !important; padding-right: 0px !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1px margin on touch density causes tabs to be too high */
|
/* 1px margin on touch density causes tabs to be too high */
|
||||||
|
|
|
@ -1,20 +1,22 @@
|
||||||
/* Make tabs and navbar appear side-by-side tabs on right */
|
/* Make tabs and navbar appear side-by-side tabs on right */
|
||||||
|
|
||||||
/* IMPORTANT */
|
/* Use page_action_buttons_on_hover.css to hide page-action-buttons to save more space for the address */
|
||||||
/*
|
|
||||||
Get window_control_placeholder_support.css
|
|
||||||
Window controls will be all wrong without it
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Toolbars will be shown normally if window width goes below the value below */
|
/* Toolbars will be shown normally if window width goes below the value below */
|
||||||
/* Modify it to suit your needs */
|
/* Modify it to suit your needs */
|
||||||
|
|
||||||
@media screen and (min-width: 1200px){
|
@media screen and (min-width: 1100px){
|
||||||
/* Modify these to change relative widths or default height */
|
/* Modify these to change relative widths or default height */
|
||||||
#navigator-toolbox{
|
#navigator-toolbox{
|
||||||
--uc-navigationbar-width: 40vw;
|
--uc-navigationbar-width: 40vw;
|
||||||
--uc-toolbar-height: 40px;
|
--uc-toolbar-height: 40px;
|
||||||
}
|
}
|
||||||
|
/* prevent urlbar overflow on narrow windows */
|
||||||
|
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
||||||
|
@media screen and (max-width: 1300px){
|
||||||
|
#urlbar-container{ min-width:unset !important }
|
||||||
|
}
|
||||||
|
|
||||||
/* Override for other densities */
|
/* Override for other densities */
|
||||||
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
|
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
|
||||||
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; }
|
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; }
|
||||||
|
@ -31,13 +33,13 @@ Window controls will be all wrong without it
|
||||||
margin-top: calc(0px - var(--uc-toolbar-height));
|
margin-top: calc(0px - var(--uc-toolbar-height));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Override style set in window_control_placeholder_support.css */
|
/* Window drag space */
|
||||||
#nav-bar{ border-right-width: 0px !important }
|
:root[tabsintitlebar="true"] #nav-bar{ padding-left: 24px !important }
|
||||||
#nav-bar::after{ display:none !important }
|
|
||||||
|
|
||||||
/* Rules specific to window controls on right layout */
|
/* Rules specific to window controls on right layout */
|
||||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
||||||
.titlebar-buttonbox-container{ position: fixed; display: block; left: 0px; z-index: 3; }
|
.titlebar-buttonbox-container{ position: fixed; display: block; left: 0px; z-index: 3; }
|
||||||
|
:root[tabsintitlebar="true"] #nav-bar{ padding-left: 96px !important; padding-right: 0px !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1px margin on touch density causes tabs to be too high */
|
/* 1px margin on touch density causes tabs to be too high */
|
||||||
|
|
Loading…
Reference in a new issue