fix: add tooltip to trophy

(helpful for when it's longer than the box has)
pull/99/head
Raymond 2025-01-03 14:07:59 -05:00
parent 08af00da29
commit f68bd54ccd
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
<img class="chuni-character" src={characterThumbnailURL} alt="Character"> <img class="chuni-character" src={characterThumbnailURL} alt="Character">
{/await} {/await}
{#await DDSreader?.getFileFromSheet("surfboard:CHU_UI_title_rank_00_v10.dds", 5, 5 + (75 * 2), 595, 64) then trophyURL} {#await DDSreader?.getFileFromSheet("surfboard:CHU_UI_title_rank_00_v10.dds", 5, 5 + (75 * 2), 595, 64) then trophyURL}
<div class="chuni-trophy"> <div class="chuni-trophy" title={chuniTrophyName}>
{chuniTrophyName} {chuniTrophyName}
</div> </div>
<img src={trophyURL} class="chuni-trophy-bg" alt="Trophy"> <img src={trophyURL} class="chuni-trophy-bg" alt="Trophy" title={chuniTrophyName}>
{/await} {/await}
<div class="chuni-user-info"> <div class="chuni-user-info">
<div class="chuni-user-name"> <div class="chuni-user-name">