Fix odd padding in the vertical overflowed tab bar with pinned tabs and "Default" skin (fix #417)
This commit is contained in:
parent
6030fc690d
commit
5ff18316f6
@ -291,6 +291,11 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
|
|||||||
|
|
||||||
|
|
||||||
/* pinned tabs */
|
/* pinned tabs */
|
||||||
|
.tabbrowser-tabs[treestyletab-mode="vertical"][positionpinnedtabs="true"] {
|
||||||
|
padding-start: 0 !important;
|
||||||
|
-moz-padding-start: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab[pinned="true"] {
|
.tabbrowser-tab[pinned="true"] {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user