chore: Fixed swiping tabs, b=(no-bug), c=tabs

This commit is contained in:
mr. m
2025-05-01 21:01:24 +02:00
parent e95363adc8
commit 8f962816ea

View File

@@ -1276,7 +1276,8 @@
display: grid;
&[hidden='true'] {
max-width: var(--actual-zen-sidebar-width); /* To still allow essentials to grid the tabs */
max-width: var(--actual-zen-sidebar-width) !important; /* To still allow essentials to grid the tabs */
min-width: var(--actual-zen-sidebar-width) !important;
}
}