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

Don't screw with tab height on non-Australis themes, provided that the stars align correctly during the startup process.

This commit is contained in:
Kris Maglione
2014-02-25 14:31:40 -08:00
parent 0a9b503bca
commit 30f5351d08
3 changed files with 16 additions and 3 deletions

View File

@@ -227,12 +227,13 @@ statusbarpanel {
@-moz-document url(chrome://browser/content/browser.xul) {
/* Fix ginormous Australis tabs. */
.tab-background > * {
[dactyl-australis=true] xul|tab.tabbrowser-tab .tab-background > * {
min-height: 24px !important;
max-height: 24px !important;
}
.tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after {
[dactyl-australis=true] xul|tab.tabbrowser-tab
.tab-background > :-moz-any(.tab-background-start, .tab-background-end)::after {
background-size: 30px 24px !important;
max-height: 24px !important;
min-height: 24px !important;