vertically centre text in tabs

This commit is contained in:
bmFtZQ 2021-04-11 00:24:25 +08:00 committed by GitHub
parent 17960d72a7
commit 67b3020466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,10 +268,14 @@
.tab-label-container
{
margin-top: -2px !important;
margin-top: 0 !important;
opacity: 1 !important;
}
.tab-label {
margin-block: 0 !important;
}
.tabbrowser-tab[image] .tab-label-container,
.tabbrowser-tab:-moz-any([progress], [busy]) .tab-label-container
{