1
0
forked from noxious/client

Center elements in characters screen

This commit is contained in:
Dennis Postma 2024-11-23 15:29:28 +01:00
parent ad4651844d
commit f87cd063ee

View File

@ -26,7 +26,7 @@
</button>
</div>
</div>
<div class="py-6 px-8 h-[calc(100%_-_48px)] flex flex-col items-center gap-6" v-if="selected_character">
<div class="py-6 px-8 h-[calc(100%_-_48px)] flex flex-col items-center gap-6 justify-center" v-if="selected_character">
<input class="input-field w-[158px]" type="text" name="name" :placeholder="characters.find((c) => c.id == selected_character)?.name" />
<div class="flex flex-col gap-4 items-center">
<div class="flex flex-col gap-3">