set tabs-navbar shadow size to 0px wherever tabs won't be atop of navbar

This commit is contained in:
MrOtherGuy
2020-08-14 16:47:24 +03:00
parent 48b82e49c3
commit 23dfd1743d
6 changed files with 16 additions and 4 deletions

View File

@@ -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 }
}
#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; }
/* This isn't useful when tabs start in the middle of the window */