1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 04:14:12 +01:00

Take that, ginormous Autralis tabs!

This commit is contained in:
Kris Maglione
2014-02-18 20:04:53 -08:00
parent 428af087d2
commit 685042dfe7

View File

@@ -223,4 +223,20 @@ statusbarpanel {
}
@-moz-document url(chrome://browser/content/browser.xul) {
/* Fix ginormous Australis tabs. */
.tab-background > * {
min-height: 24px !important;
max-height: 24px !important;
}
.tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after {
background-size: 30px 24px !important;
max-height: 24px !important;
min-height: 24px !important;
}
}
/* vim: set fdm=marker sw=4 ts=4 et: */