Tabsbar: Pinned tabs are square

This commit is contained in:
Cleo Menezes Jr 2022-10-09 13:08:52 -03:00 committed by Rafael Mardojai CM
parent 7467a2d384
commit 18afc72dfe
1 changed files with 2 additions and 6 deletions

View File

@ -33,6 +33,7 @@
tab > stack {
height: 34px !important;
width: 34px !important;
min-height: 34px !important;
}
@ -119,7 +120,7 @@ spacer[part=overflow-start-indicator], spacer[part=overflow-end-indicator] {
padding: 5px 3px 6px !important;
position: relative;
}
.tabbrowser-tab[first-visible-tab="true"]{
.tabbrowser-tab[first-visible-tab="true"]:not([pinned]){
padding-left: 5px !important;
}
.tabbrowser-tab[last-visible-tab="true"] {
@ -406,11 +407,6 @@ tab {
display: none !important;
}
/* Pinned tab size */
.tabbrowser-tab[pinned] {
max-width: 37px !important;
}
/* Remove container bottom line indicator */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
display: none;