mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-06 17:23:20 -08:00
Fix: Centered Label - overflowing and unwinding
Always include `padding-inline-end` at label self. It's prevent recalculation.
This commit is contained in:
parent
f5c5c011e9
commit
8ffcd54697
2 changed files with 5 additions and 4 deletions
|
|
@ -5182,8 +5182,9 @@
|
|||
|
||||
#tabbrowser-tabs[closebuttons="activetab"]
|
||||
.tabbrowser-tab:not([selected]):not(:hover, [pinned])
|
||||
.tab-label-container:not([textoverflow]) {
|
||||
margin-inline-end: 19px;
|
||||
.tab-label-container
|
||||
label {
|
||||
padding-inline-end: 19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not(:hover,[pinned]) .tab-label-container:not([textoverflow]) {
|
||||
margin-inline-end: 1px;
|
||||
}
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([selected]):not(:hover, [pinned]) .tab-label-container:not([textoverflow]) {
|
||||
margin-inline-end: 19px;
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([selected]):not(:hover, [pinned]) .tab-label-container label {
|
||||
padding-inline-end: 19px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue