mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 20:25:46 +01:00
Take that, ginormous Autralis tabs!
This commit is contained in:
@@ -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: */
|
/* vim: set fdm=marker sw=4 ts=4 et: */
|
||||||
|
|||||||
Reference in New Issue
Block a user