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(.input),
|
||||||
:global(.select),
|
:global(.select),
|
||||||
:global(.multi-select),
|
:global(.multi-select),
|
||||||
:global(.character-typeahead) {
|
:global(.character-typeahead),
|
||||||
|
:global(.weapon-typeahead) {
|
||||||
width: var(--custom-width, 240px);
|
width: var(--custom-width, 240px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -300,11 +300,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.option-image {
|
.option-image {
|
||||||
width: 32px;
|
width: 24px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
border-radius: $item-corner-small;
|
border-radius: $item-corner-small;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
object-fit: contain;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.option-label {
|
.option-label {
|
||||||
|
|
@ -322,11 +321,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-image {
|
.selection-image {
|
||||||
width: 24px;
|
width: 20px;
|
||||||
height: 24px;
|
height: 20px;
|
||||||
border-radius: $item-corner-small;
|
border-radius: $item-corner-small;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
object-fit: contain;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-label {
|
.selection-label {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue