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:
YUKI "Piro" Hiroshi 2016-09-14 03:32:16 +09:00 committed by GitHub
commit ae8d169db4

View File

@ -5,8 +5,14 @@
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab
.tab-close-button {
padding-left: 0 !important;
padding-right: 0 !important;
padding: 0 !important;
margin-top: -1px !important;
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabs-newtab-button
.toolbarbutton-icon {
width: auto !important;
}
.tabbrowser-strip[treestyletab-mode="vertical"] {