add @idubnori suggestion for the name font

This commit is contained in:
CJPeckover
2025-11-23 21:33:13 -05:00
parent ff19cd0107
commit c0afde91a7
@@ -273,8 +273,10 @@
{/if} {/if}
{#if !!assetOwner} {#if !!assetOwner}
<div class="absolute bottom-0 end-1"> <div class="absolute bottom-1 end-2 max-w-[50%]">
<span class="text-white font-light text-sm">{assetOwner.name}</span> <p class="text-xs font-medium text-white drop-shadow-lg max-w-[100%] truncate">
{assetOwner.name}
</p>
</div> </div>
{/if} {/if}