mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 14:00:42 -08:00
Fix: Clipped Tab - too narrow
This commit is contained in:
parent
6667329517
commit
5272782fbf
1 changed files with 4 additions and 4 deletions
|
|
@ -3548,11 +3548,11 @@ tab[visuallyselected] > stack::after {
|
|||
}
|
||||
|
||||
/** Clipped tabs - Letters cleary *********************************************/
|
||||
:root {
|
||||
--inline-tab-padding: 6px !important; /* Original: 8px */
|
||||
#tabbrowser-tabs[closebuttons="activetab"] {
|
||||
--inline-tab-padding: 7px !important; /* Original: 8px */
|
||||
}
|
||||
:root[uidensity="touch"] {
|
||||
--inline-tab-padding: 8px !important; /* Original: 8px */
|
||||
#tabbrowser-tabs[overflow="true"] {
|
||||
--inline-tab-padding: 6px !important; /* Original: 8px */
|
||||
}
|
||||
|
||||
.tab-content[pinned] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue