This commit is contained in:
Vince 2021-04-29 16:58:23 +08:00
parent 999f68fb2e
commit 3ada4e0aea

View file

@ -121,7 +121,7 @@ tab[selected]:-moz-window-inactive {
margin-left: auto !important; margin-left: auto !important;
} }
/*/* If tab favicon is not present, force tab label to the center */*/ /* If tab favicon is not present, force tab label to the center */
.tabbrowser-tab:not([image]):not([busy]):not([progress]):not([class*="identity-color-"]) .tab-label-container { .tabbrowser-tab:not([image]):not([busy]):not([progress]):not([class*="identity-color-"]) .tab-label-container {
margin-left: auto !important; margin-left: auto !important;
} }