We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00d76e commit 97a1cd4Copy full SHA for 97a1cd4
src/views/Login/Login.vue
@@ -78,7 +78,7 @@ const themeChange = () => {
78
</div>
79
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
80
<div
81
- class="h-full flex items-center m-auto w-[100%] at-2xl:max-w-500px at-xl:max-w-500px at-md:max-w-500px at-lg:max-w-500px"
+ class="h-auto flex items-center m-auto w-[100%] at-2xl:max-w-500px at-xl:max-w-500px at-md:max-w-500px at-lg:max-w-500px"
82
>
83
<LoginForm
84
v-if="isLogin"
0 commit comments