mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-05 00:32:22 -08:00
Clean: Clipped Tab - Letters cleary for pinned tab
This commit is contained in:
parent
0222ac08e4
commit
c78934bf42
1 changed files with 8 additions and 8 deletions
|
|
@ -2796,14 +2796,6 @@ menuitem.openintabs-menuitem,
|
|||
--tab-block-margin: 4px !important; /* New version of --proton-tab-block-margin */
|
||||
}
|
||||
|
||||
.tab-content[pinned] {
|
||||
--inline-tab-padding: 10px; /* Prevent overflow pinned tab's divide line not aligned */
|
||||
padding-inline: var(--inline-tab-padding) !important;
|
||||
}
|
||||
:root[uidensity="compact"] .tab-content[pinned] {
|
||||
--inline-tab-padding: 8px;
|
||||
}
|
||||
|
||||
/*= Tab Bar - Reduce Width, Show more tabs ===================================*/
|
||||
/* for First Tab Space */
|
||||
:root {
|
||||
|
|
@ -3565,6 +3557,14 @@ tab[visuallyselected] > stack::after {
|
|||
--inline-tab-padding: 8px !important; /* Original: 8px */
|
||||
}
|
||||
|
||||
.tab-content[pinned] {
|
||||
--inline-tab-padding: 10px; /* Prevent overflow pinned tab's divide line not aligned */
|
||||
padding-inline: var(--inline-tab-padding) !important;
|
||||
}
|
||||
:root[uidensity="compact"] .tab-content[pinned] {
|
||||
--inline-tab-padding: 8px;
|
||||
}
|
||||
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tab-label-container[textoverflow][labeldirection="ltr"]:not([pinned]),
|
||||
#tabbrowser-tabs[closebuttons="activetab"]
|
||||
.tab-label-container[textoverflow]:not([labeldirection]):-moz-locale-dir(ltr):not([pinned]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue