mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 05:06:15 -05:00
Form system refactor from react-hook-form to one schema per form across the stack (#2735)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: var(--s-1-5);
|
||||
min-width: var(--select-width);
|
||||
width: var(--select-width);
|
||||
|
||||
font-size: var(--fonts-xs);
|
||||
font-weight: var(--semi-bold);
|
||||
@@ -50,8 +50,7 @@
|
||||
|
||||
.popover {
|
||||
padding: var(--s-1);
|
||||
min-width: var(--select-width);
|
||||
max-width: var(--select-width);
|
||||
width: var(--trigger-width);
|
||||
border: 2px solid var(--border);
|
||||
border-radius: var(--rounded);
|
||||
background-color: var(--bg-darker);
|
||||
|
||||
Reference in New Issue
Block a user