mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 14:30:50 -08:00
Fix: Tab - Max Size at touch mode
This commit is contained in:
parent
b150722bd5
commit
fb8667e512
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@
|
|||
}
|
||||
|
||||
/* Tab - Max Size */
|
||||
:root:not([uidensity=touch]) .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]) {
|
||||
max-width: 240px !important;
|
||||
.tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]) {
|
||||
max-width: 240px !important; /* Original: 225px */
|
||||
}
|
||||
|
||||
/* neighbouring tabs should "pinch" together */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue