Forward Modal: Make items wider (#6833)

This commit is contained in:
zubiden 2026-04-14 14:36:12 +02:00 committed by Alexander Zinchuk
parent a2a601f56c
commit 43b6ddd426
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@
overflow-x: auto;
overflow-y: hidden;
display: flex;
gap: 1rem;
gap: 0.125rem;
padding-inline: 0.5625rem;
@ -32,7 +32,7 @@
flex-direction: column;
align-items: center;
min-width: 3.375rem;
min-width: 4.5rem;
padding-top: 0.5rem;
padding-bottom: 0.375rem;
padding-inline: 0.25rem;

View File

@ -15,7 +15,6 @@
--offset-x: 1rem;
overflow-y: auto;
min-width: 17rem;
max-height: calc(100 * var(--vh) - 3.5rem);
}
.MenuItem .Toggle {