tabsbar: Fix tabs content centering

Fixes #609
This commit is contained in:
Rafael Mardojai CM 2023-05-11 08:03:56 -05:00
parent dec9c1b027
commit c78f0ddee2
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 10 additions and 3 deletions

View File

@ -207,9 +207,16 @@ tab {
min-width: 16px;
}
/* Center tab text */
.tab-label {
margin-inline: auto !important;
/* Center tab content */
.tab-label-container {
min-width: 0 !important;
max-width: min-content !important;
}
.tabbrowser-tab:not([pinned]) .tab-icon-stack {
margin-left: auto !important;
}
.tab-close-button {
margin-left: auto;
}
/* Tab icon margin */