mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 10:07:59 +08:00
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">
|
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user