this commit should fix all the previous issues, also peppy fixed osu!.exe patch update

This commit is contained in:
2024-01-22 12:00:50 +01:00
parent 397c2255c1
commit 705e47a1b8
3 changed files with 32 additions and 19 deletions

View File

@@ -150,9 +150,15 @@
/>
<!-- TODO: if user has donator, display heart indicator-->
{#if $currentUser && $currentUser.id == 1001}
<Indicator color="red" border size="xl" placement="top-right">
<Indicator
class="pointer-events-none"
color="red"
border
size="xl"
placement="top-right"
>
<span class="text-red-300 text-xs font-bold">
<HeartSolid size="xs" />
<HeartSolid class="select-none pointer-events-none" size="xs" />
</span>
</Indicator>
{/if}