sendou.ink/app/styles/u.$identifier.module.css
Kalle c1cc82c807
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Migrate /u/:identifier/edit to SendouForm, fix bad IGN (#2849)
2026-03-03 07:12:04 +02:00

16 lines
177 B
CSS

.container {
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: var(--s-6);
}
.sensSelect {
width: 6rem;
}
.weaponPool {
width: 20rem;
}