Remove needless margin around pinned tabs (Sidebar theme)
This commit is contained in:
parent
f9b6ec8039
commit
d272dd3ee7
@ -115,6 +115,11 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
line-height: 1 !important;
|
line-height: 1 !important;
|
||||||
}
|
}
|
||||||
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
|
:-moz-any(.tab-throbber[pinned],
|
||||||
|
.tab-icon-image[pinned]) {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab[pinned]
|
.tabbrowser-tab[pinned]
|
||||||
.tab-stack {
|
.tab-stack {
|
||||||
|
Loading…
Reference in New Issue
Block a user