sendou.ink/app/styles/u.$identifier.module.css
hfcRed 91e26948b2
Add pronouns for users (#2688)
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-01-02 18:34:32 +02:00

40 lines
432 B
CSS

.container {
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: var(--s-6);
}
.inGameNameText {
max-width: 8rem;
}
.inGameNameHashtag {
font-size: var(--fonts-lg);
}
.inGameNameDiscriminator {
width: 5rem;
}
.sensSelect {
width: 6rem;
}
.seperator {
margin-left: var(--s-4);
}
.weaponPool {
width: 20rem;
}
.bioContainer {
width: 100%;
}
.bioContainer > textarea {
width: 100%;
}