Fix modal focus and adjust admin form input sizes

This commit is contained in:
Ryderjj89
2025-10-01 17:58:10 -04:00
parent 04c5c22e2f
commit bb025259e3
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<template>
<Teleport to="body">
<UModal v-model="isOpen" :ui="{ width: 'sm:max-w-md' }" class="login-modal">
<UModal v-model="isOpen" :ui="{ width: 'sm:max-w-md' }">
<UCard>
<template #header>
<h3 class="text-lg font-semibold text-gray-900">Admin Login</h3>