Racepicks: Possible fix for rotated emojis
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 27s

This commit is contained in:
2025-03-23 10:23:42 +01:00
parent 25e50fd64b
commit 45e2f60e8d

View File

@ -304,7 +304,7 @@
<span class="hidden text-sm lg:block">Guessed: P{race?.pxx}</span>
<!-- For small screens -->
<span class="block rotate-90 text-xs font-bold lg:hidden">
<span class="block rotate-90 text-xs font-bold lg:hidden" style="transform: perspective(0);">
{race?.name.slice(0, 9)}{(race?.name.length ?? 9) > 9 ? "." : ""}
</span>
</div>