tabsbar: Make label take close button space

This commit is contained in:
Rafael Mardojai CM 2023-05-22 19:11:36 -05:00
parent 91982b5e77
commit bdded78012
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,12 @@ tab {
min-width: 0 !important;
max-width: min-content !important;
}
.tabbrowser-tab:not([pinned]) .tab-label-container {
margin-right: -16px;
}
.tabbrowser-tab:not([pinned]):is([selected="true"], :hover) .tab-label-container[textoverflow="true"] {
margin-right: 0;
}
.tabbrowser-tab:not([pinned]) .tab-icon-stack {
margin-left: auto !important;
}