Files
sendou.ink/app/components/WeaponSelect.module.css
2026-09-16 22:10:12 +03:00

21 lines
245 B
CSS

.option {
--option-content-height: 24px;
}
.item {
display: flex;
gap: var(--s-2);
align-items: center;
}
.weaponImg {
min-width: 24px;
}
.weaponLabel {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
min-width: 0;
}