mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
🎨 Fix play_card
remove the line break for the friendship level label
This commit is contained in:
parent
cecc497ac9
commit
790bf8a6c8
@ -71,11 +71,11 @@
|
|||||||
{{ character.name }}
|
{{ character.name }}
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row justify-end text-2xl text-shadow space-x-2"
|
class="flex flex-row justify-end text-2xl text-shadow space-x-6"
|
||||||
>
|
>
|
||||||
<div class="characters-level pr-4">UID {{ uid }}</div>
|
<div>UID {{ uid }}</div>
|
||||||
<div class="characters-level">Lv.{{ character.level }}</div>
|
<div>Lv.{{ character.level }}</div>
|
||||||
<div class="characters-level bg-red-600 rounded-lg px-2">
|
<div class="rounded-lg pl-1 pr-3 {% if character.friendship_level >= 10 %} bg-red-600 {% else %} bg-gray-600 {% endif %}">
|
||||||
❤ {{ character.friendship_level }}
|
❤ {{ character.friendship_level }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user