From df08c1f64b86f90cad77d5fd4eba80852a736cfb Mon Sep 17 00:00:00 2001 From: Ahmed Rowaihi Date: Mon, 13 Feb 2023 19:57:51 +0300 Subject: [PATCH 1/2] SUPPORT RTL/LTR ON LOGIN PAGE --- src/Pages/Login.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/Pages/Login.tsx b/src/Pages/Login.tsx index b0d7c6e..34632cd 100644 --- a/src/Pages/Login.tsx +++ b/src/Pages/Login.tsx @@ -154,14 +154,15 @@ export default function LoginPage() {
navigate("/")}> Snort
-

+

-

+

-
+
{error.length > 0 ? {error} : null} -

+

*/} -

+
{altLogins()}
-
+
-

+

-

+

-
+
@@ -210,7 +211,7 @@ export default function LoginPage() {
-
+
Date: Tue, 14 Feb 2023 08:34:35 +0300 Subject: [PATCH 2/2] make login image's signiture look same in RTL/LTR --- src/Pages/Login.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pages/Login.css b/src/Pages/Login.css index f3b8448..c8c3e63 100644 --- a/src/Pages/Login.css +++ b/src/Pages/Login.css @@ -38,6 +38,7 @@ .login > div:nth-child(2) > div.artwork > div { margin-left: 25px; + margin-right: 25px; margin-bottom: 25px; padding: 4px 12px; background-color: var(--modal-bg-color);