diff --git a/src/lib/components/ui/DetailItem.svelte b/src/lib/components/ui/DetailItem.svelte index 40e4e456..1163f836 100644 --- a/src/lib/components/ui/DetailItem.svelte +++ b/src/lib/components/ui/DetailItem.svelte @@ -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); } diff --git a/src/lib/components/ui/WeaponTypeahead.svelte b/src/lib/components/ui/WeaponTypeahead.svelte index 73444a4b..bc968f7e 100644 --- a/src/lib/components/ui/WeaponTypeahead.svelte +++ b/src/lib/components/ui/WeaponTypeahead.svelte @@ -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 {