Merge pull request #1194 from talklittle/fix-stretched-buttons-metal-osx
Fix stretched buttons on Metal theme on OS X
This commit is contained in:
commit
ae8d169db4
@ -5,8 +5,14 @@
|
|||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab
|
.tabbrowser-tab
|
||||||
.tab-close-button {
|
.tab-close-button {
|
||||||
padding-left: 0 !important;
|
padding: 0 !important;
|
||||||
padding-right: 0 !important;
|
margin-top: -1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
|
.tabs-newtab-button
|
||||||
|
.toolbarbutton-icon {
|
||||||
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-strip[treestyletab-mode="vertical"] {
|
.tabbrowser-strip[treestyletab-mode="vertical"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user