Fixed issues

This commit is contained in:
vinceliuice
2023-07-10 19:48:47 +08:00
parent ab3282919a
commit cd2bc27f9f
3 changed files with 11 additions and 7 deletions

View File

@@ -11,11 +11,14 @@
}
/* Tabs bar height */
#tabbrowser-tabs,
#tabbrowser-tabs arrowscrollbox {
#tabbrowser-tabs {
--tab-min-height: 32px !important;
}
#tabbrowser-tabs:not([secondarytext-unsupported]) .tab-label-container {
max-height: 32px !important;
}
/* Extra margin for the first and last tabs */
.tabbrowser-tab[first-tab]:not([pinned=true]) {
margin-left: 8px !important;