Improve register page UI

This commit is contained in:
Kalle
2026-08-23 17:55:53 +03:00
parent 9fe28c4f48
commit ea1db08972
48 changed files with 953 additions and 485 deletions

View File

@@ -0,0 +1,10 @@
.row {
display: flex;
align-items: center;
gap: var(--s-2);
& input {
flex: 1;
min-width: 0;
}
}