Metal: Fix new tab button width on OS X

This commit is contained in:
Andrew Shu 2016-09-13 10:40:23 -07:00
parent c0bbb5d9d4
commit 82daccf131

View File

@ -9,6 +9,12 @@
padding-right: 0 !important;
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabs-newtab-button
.toolbarbutton-icon {
width: auto !important;
}
.tabbrowser-strip[treestyletab-mode="vertical"] {
border-bottom: 0 none !important;
}