fix(frontend): Iconed resource height issue (#1073)

This commit is contained in:
Ádám Kovács
2023-01-09 11:44:16 +01:00
committed by GitHub
parent 07778162da
commit d39a52bed5
@@ -20,7 +20,7 @@
<svelte:component this={APP_TO_ICON_COMPONENT[name_prefix]} {height} {width} />
</span>
{:else}
<span style="width: {width}" class="bg-gray-100 rounded-full" />
<span style="width: {width}; height: {height}" class="bg-gray-100 rounded-full" />
{/if}
{#if !silent && after}
{name}