forked from Cookies_Github_mirror/AquaDX
fix: add tooltip to trophy
(helpful for when it's longer than the box has)
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
<img class="chuni-character" src={characterThumbnailURL} alt="Character">
|
||||
{/await}
|
||||
{#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}
|
||||
</div>
|
||||
<img src={trophyURL} class="chuni-trophy-bg" alt="Trophy">
|
||||
<img src={trophyURL} class="chuni-trophy-bg" alt="Trophy" title={chuniTrophyName}>
|
||||
{/await}
|
||||
<div class="chuni-user-info">
|
||||
<div class="chuni-user-name">
|
||||
|
||||
Reference in New Issue
Block a user