mirror of https://github.com/hykilpikonna/AquaDX
fix: add tooltip to trophy
(helpful for when it's longer than the box has)pull/99/head
parent
08af00da29
commit
f68bd54ccd
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue