💄 Optimized web version styling

This commit is contained in:
2025-06-29 00:44:59 +08:00
parent ee5d6ef821
commit 9ab31d79ce
3 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,7 @@
<input asp-for="Code"
class="form-input mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50 dark:bg-gray-700 dark:border-gray-600 dark:text-white px-4 py-2"
autocomplete="one-time-code"
type="password"
autofocus />
<span asp-validation-for="Code" class="text-red-500 text-sm mt-1"></span>
</div>