Fix: Tab - Max Size at touch mode

This commit is contained in:
alstjr7375 2021-05-22 21:13:47 +09:00
parent b150722bd5
commit fb8667e512

View file

@ -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 */