sendou.ink/app/styles/u.$identifier.module.css
Kalle 7ed1394fba
Migrate Comboboxes to react-aria-components (#2408)
* Initial

* wip

* AnyWeapon

* del

* wip

* import stuff

* gearselect

* brand images

* wip

* wip

* art

* Remove old

* Fix tournament map pool link

* Simplify GearSelect

* convert to todo
2025-06-21 13:44:26 +03:00

36 lines
390 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;
}
.weaponPool {
width: 20rem;
}
.bioContainer {
width: 100%;
}
.bioContainer > textarea {
width: 100%;
}