mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 03:35:40 -05:00
Improve register page UI
This commit is contained in:
10
app/components/InviteLinkInput.module.css
Normal file
10
app/components/InviteLinkInput.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--s-2);
|
||||
|
||||
& input {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user