Firefox: Fix tab label alignment

This commit is contained in:
Riyyi
2025-03-15 20:39:45 +01:00
parent b561e7e2f3
commit b24521fd4f
+2 -2
View File
@@ -31,7 +31,7 @@ Tree Style Tab style rules.
}
.tab {
height: 23px;
height: 25px;
margin-bottom: 1px;
background: #404552;
border: 0px;
@@ -39,7 +39,7 @@ Tree Style Tab style rules.
}
.tab .label {
line-height: 1.15;
line-height: 1.75;
margin-bottom: 1px;
margin-left: 0.25em;
}