fix weapon typeahead width in detail items

This commit is contained in:
Justin Edmund 2025-12-22 19:53:22 -08:00
parent 97e122c45d
commit da189e1fa4
2 changed files with 6 additions and 7 deletions

View file

@ -205,7 +205,8 @@
:global(.input),
:global(.select),
:global(.multi-select),
:global(.character-typeahead) {
:global(.character-typeahead),
:global(.weapon-typeahead) {
width: var(--custom-width, 240px);
}

View file

@ -300,11 +300,10 @@
}
.option-image {
width: 32px;
height: 32px;
width: 24px;
height: 24px;
border-radius: $item-corner-small;
flex-shrink: 0;
object-fit: contain;
}
.option-label {
@ -322,11 +321,10 @@
}
.selection-image {
width: 24px;
height: 24px;
width: 20px;
height: 20px;
border-radius: $item-corner-small;
flex-shrink: 0;
object-fit: contain;
}
.selection-label {