Change gamestatus to non-block element

This commit is contained in:
Lukáš Kucharczyk 2025-03-22 20:54:20 +01:00
parent 61b6c1c55f
commit 341e62283b
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg

View File

@ -1,4 +1,4 @@
<div class="relative ml-3">
<span class="relative ml-3 {{class}}">
<span class="rounded-xl w-2 h-2 absolute -left-3 top-2
{% if status == "u" %}
bg-gray-500
@ -13,4 +13,4 @@
{% endif %}
">&nbsp;</span>
{{ slot }}
</div>
</span>