From 37e94e067a43ab48fd3e80167c478925cde606de Mon Sep 17 00:00:00 2001 From: Shashwat Singh Date: Tue, 19 Dec 2023 04:41:39 +0530 Subject: [PATCH 1/3] Fixed back to SEI Website link on the login page --- layout/Login/Login.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/Login/Login.tsx b/layout/Login/Login.tsx index 015c01b7..f785bb6b 100644 --- a/layout/Login/Login.tsx +++ b/layout/Login/Login.tsx @@ -16,12 +16,12 @@ import { LoginForm } from "./components"; function Login() { return (
- + -
+
<LoginForm /> <Text From 0c2ccd50337108f8b420d8e9296677fcfa0ad893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B7=E3=83=A3=E3=82=B7=E3=83=A5=E3=83=AF=E3=83=83?= =?UTF-8?q?=E3=83=88?= <114943221+ShashwatPS@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:34:45 +0530 Subject: [PATCH 2/3] Fixed the padding on the mobile screen Removed the padding in the movie screen to keep the text entered. --- layout/Login/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/Login/Login.tsx b/layout/Login/Login.tsx index f785bb6b..0dd1d533 100644 --- a/layout/Login/Login.tsx +++ b/layout/Login/Login.tsx @@ -16,7 +16,7 @@ import { LoginForm } from "./components"; function Login() { return ( <div className="min-h-screen select-none overflow-hidden bg-secondary"> - <Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 pl-10" /> + <Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 pl-10 sm:pl-0" /> <img className="absolute -left-[380px] bottom-0 hidden w-[750px] xl:block" src="/images/void.svg" From faa7e2b2e7b90d8a3c0ebbb1e3bb1f67b9556ffd Mon Sep 17 00:00:00 2001 From: Rui Lopes <ruilopesm19@gmail.com> Date: Tue, 27 Feb 2024 22:10:48 +0000 Subject: [PATCH 3/3] Update layout/Login/Login.tsx Co-authored-by: tiago-bacelar <70779845+tiago-bacelar@users.noreply.github.com> --- layout/Login/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/Login/Login.tsx b/layout/Login/Login.tsx index 9c5193f7..eb40430b 100644 --- a/layout/Login/Login.tsx +++ b/layout/Login/Login.tsx @@ -28,7 +28,7 @@ function Login() { return ( <div className="min-h-screen select-none overflow-hidden bg-secondary"> - <Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 pl-10 sm:pl-0" /> + <Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 sm:pl-10" /> <img className="absolute -left-[380px] bottom-0 hidden w-[750px] xl:block" src="/images/void.svg"