#295 + #296 - Changed login boxes and char select styling

This commit is contained in:
2024-12-29 02:10:18 +01:00
parent e4186a1bf5
commit 7bb7af9476
6 changed files with 30 additions and 32 deletions

View File

@ -1,5 +1,5 @@
<template>
<form @submit.prevent="submit" class="relative px-6 py-11">
<form @submit.prevent="submit" class="relative px-6 py-16">
<div class="flex flex-col gap-5 p-2 mb-8 relative">
<div class="w-full grid gap-3 relative">
<input class="input-field xs:min-w-[350px] min-w-64" id="username-register" v-model="username" type="text" name="username" placeholder="Username" required autofocus />