fix tab bar issues #45
This commit is contained in:
parent
b0b7b9bda4
commit
48ca0d7875
1 changed files with 7 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
||||||
--uc-toolbarbutton-inner-padding: 6px !important;
|
--uc-toolbarbutton-inner-padding: 6px !important;
|
||||||
--toolbarbutton-border-radius: 2px !important;
|
--toolbarbutton-border-radius: 2px !important;
|
||||||
--tabs-navbar-shadow-size: 0 !important;
|
--tabs-navbar-shadow-size: 0 !important;
|
||||||
|
--tab-shadow-max-size: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tab open/close transition */
|
/* tab open/close transition */
|
||||||
|
@ -324,8 +325,12 @@ toolbarbutton[part="scrollbutton-down"] {
|
||||||
padding-inline-start: 6px !important;
|
padding-inline-start: 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbrowser-tabs[overflow] .tabbrowser-tab[last-visible-tab]:not([pinned]) {
|
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox {
|
||||||
margin-inline-end: 7px !important;
|
margin-inline-start: 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] {
|
||||||
|
clip-path: inset(-4px -4px 0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab:is([visuallyselected="true"], [multiselected])>.tab-stack>.tab-background {
|
.tabbrowser-tab:is([visuallyselected="true"], [multiselected])>.tab-stack>.tab-background {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue