Skip to content

Instantly share code, notes, and snippets.

@knzm
Last active June 27, 2018 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knzm/b30c613a31a1c4001a5dc88ec5021ee5 to your computer and use it in GitHub Desktop.
Save knzm/b30c613a31a1c4001a5dc88ec5021ee5 to your computer and use it in GitHub Desktop.
#titlebar-buttonbox {
display: block !important;
vertical-align: top !important;
}
.tabbrowser-arrowscrollbox scrollbox {
overflow: visible !important;
}
.tabbrowser-arrowscrollbox scrollbox > box {
display: block !important;
}
.tabbrowser-tabs .tabbrowser-tab {
vertical-align: top !important;
-moz-box-sizing: border-box !important;
min-height: 30px !important;
max-height: 30px !important;
}
.tabbrowser-tab:not([pinned]) {
min-height: 30px !important;
max-height: 30px !important;
min-width: 60px !important;
}
.tabbrowser-tab:not([pinned])[selected] {
min-width: 120px !important;
}
/*
.tabbrowser-tab:not([pinned]):hover {
transition-delay: 500ms !important;
min-width: 120px !important;
}
*/
.tabs-newtab-button {
vertical-align: bottom !important;
height: 30px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment