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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user