tweaks and padding fix

This commit is contained in:
legop3
2026-01-07 21:57:57 -05:00
parent f7dd4f7b89
commit 4005ced6f9
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default function NicknameForm({ compact = false }) {
}
return (
<form className="flex gap-0.5" onSubmit={handleSave}>
<form className="flex w-full gap-0.5" onSubmit={handleSave}>
<input
className="field-input flex-1"
value={nicknameInput}