From 49150e631cd0d2079321e461ba960a9198023f5b Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Fri, 11 Apr 2025 21:16:25 +0330 Subject: [PATCH] Make signin page responsive --- frontend/components/global/OtpInput.vue | 2 +- frontend/pages/signin.vue | 22 ++++++++----------- frontend/public/img/heymlz/heymlz-signin.gif | Bin 0 -> 1758742 bytes 3 files changed, 10 insertions(+), 14 deletions(-) create mode 100644 frontend/public/img/heymlz/heymlz-signin.gif diff --git a/frontend/components/global/OtpInput.vue b/frontend/components/global/OtpInput.vue index 590fedd..923d144 100644 --- a/frontend/components/global/OtpInput.vue +++ b/frontend/components/global/OtpInput.vue @@ -131,7 +131,7 @@ watch(() => status.value, (value) => { :key="id" :index="index" :autofocus="autofocus ? index === 0 ? true : 'off' : 'off'" - class="disabled:text-slate-400 focus-within:border-black transition-all size-16 bg-slate-50 typo-label-lg rounded-lg text-center border-[1.5px] border-slate-200 outline-none" + class="disabled:text-slate-400 focus-within:border-black transition-all size-12 sm:size-16 bg-slate-50 typo-label-lg rounded-md sm:rounded-lg text-center border-[1.5px] border-slate-200 outline-none" /> diff --git a/frontend/pages/signin.vue b/frontend/pages/signin.vue index b9145b8..2e1b50d 100644 --- a/frontend/pages/signin.vue +++ b/frontend/pages/signin.vue @@ -159,24 +159,20 @@ const resetForm = () => { }" />
-