mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Centered Label - Prevent overflow and unwinding #508
This is next commit's follow-up.
8ffcd54697
This commit is contained in:
parent
30e3219e00
commit
cb83f1b452
2 changed files with 3 additions and 3 deletions
|
|
@ -6971,7 +6971,7 @@
|
|||
}
|
||||
.tab-label,
|
||||
.tab-secondary-label {
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
}
|
||||
.tabbrowser-tab[selected]:not(:hover) .tab-label-container:not([textoverflow]),
|
||||
.tabbrowser-tab:not(:hover, [pinned]) .tab-label-container:not([textoverflow]) {
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
}
|
||||
.tab-label,
|
||||
.tab-secondary-label {
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected]:not(:hover) .tab-label-container:not([textoverflow]),
|
||||
.tabbrowser-tab:not(:hover,[pinned]) .tab-label-container:not([textoverflow]) {
|
||||
margin-inline-end: 5px;
|
||||
margin-inline-end: 5px; // userChrome.tab.close_button_at_hover 6px - 1px
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue