don't set left border to overflow-pinned tabs
This was perhaps once required, but nowadays the border just breaks pinned tabs layout
This commit is contained in:
parent
81a94ba8d4
commit
18377906d8
1 changed files with 0 additions and 4 deletions
|
@ -14,7 +14,3 @@ See the above repository for updates as well as full license text. */
|
||||||
visibility: var(--uc-scroll-visibility,visible);
|
visibility: var(--uc-scroll-visibility,visible);
|
||||||
}
|
}
|
||||||
.scrollbox-clip{ margin-inline: var(--uc-scrollbox-margin,0); }
|
.scrollbox-clip{ margin-inline: var(--uc-scrollbox-margin,0); }
|
||||||
#tabbrowser-tabs[overflow][positionpinnedtabs] .tabbrowser-tab[pinned]{
|
|
||||||
border-left: 28px solid transparent !important;
|
|
||||||
clip-path: padding-box
|
|
||||||
}
|
|
Loading…
Reference in a new issue