fix weapon typeahead width in detail items
This commit is contained in:
parent
97e122c45d
commit
da189e1fa4
2 changed files with 6 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue