mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
set tabs-navbar shadow size to 0px wherever tabs won't be atop of navbar
This commit is contained in:
parent
48b82e49c3
commit
23dfd1743d
6 changed files with 16 additions and 4 deletions
|
@ -32,7 +32,10 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
|
||||||
#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);
|
||||||
|
--tabs-navbar-shadow-size: 0px;
|
||||||
|
}
|
||||||
#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 */
|
||||||
|
|
|
@ -36,7 +36,10 @@ Window controls will be all wrong without it
|
||||||
#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);
|
||||||
|
--tabs-navbar-shadow-size: 0px;
|
||||||
|
}
|
||||||
#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-spacer[type="pre-tabs"]{ width:8px !important}
|
.titlebar-placeholder[type="pre-tabs"],.titlebar-spacer[type="pre-tabs"]{ width:8px !important}
|
||||||
|
|
|
@ -42,6 +42,7 @@ Window controls will be all wrong without it
|
||||||
}
|
}
|
||||||
#TabsToolbar{
|
#TabsToolbar{
|
||||||
margin-right: var(--uc-navigationbar-width);
|
margin-right: var(--uc-navigationbar-width);
|
||||||
|
--tabs-navbar-shadow-size: 0px;
|
||||||
}
|
}
|
||||||
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
|
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
|
||||||
#tabbrowser-tabs,
|
#tabbrowser-tabs,
|
||||||
|
|
|
@ -24,7 +24,10 @@ See the above repository for updates as well as full license text. */
|
||||||
: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; }
|
||||||
|
|
||||||
#TabsToolbar{ margin-left: var(--uc-navigationbar-width); }
|
#TabsToolbar{
|
||||||
|
margin-left: var(--uc-navigationbar-width);
|
||||||
|
--tabs-navbar-shadow-size: 0px;
|
||||||
|
}
|
||||||
#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 */
|
||||||
|
|
|
@ -46,6 +46,7 @@ linux_gtk_window_control_patch.css
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: var(--tab-min-height);
|
height: var(--tab-min-height);
|
||||||
|
--tabs-navbar-shadow-size: 0px;
|
||||||
}
|
}
|
||||||
#TabsToolbar:hover{ z-index: 1 }
|
#TabsToolbar:hover{ z-index: 1 }
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@ linux_gtk_window_control_patch.css
|
||||||
#titlebar{
|
#titlebar{
|
||||||
-moz-box-ordinal-group: 2;
|
-moz-box-ordinal-group: 2;
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
|
--tabs-navbar-shadow-size: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar-placeholder,
|
.titlebar-placeholder,
|
||||||
|
|
Loading…
Reference in a new issue