From 39a168456a1eb681cf2308d42941c4f8ad09ce69 Mon Sep 17 00:00:00 2001
From: Lance Chant <13349722+lancechant@users.noreply.github.com>
Date: Tue, 26 May 2026 11:34:37 +0200
Subject: [PATCH] Fixing mobile login screen
Fixed the mobile login screen layout
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
---
components/login/Login.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/components/login/Login.tsx b/components/login/Login.tsx
index 7cf5f43f..6eef3252 100644
--- a/components/login/Login.tsx
+++ b/components/login/Login.tsx
@@ -382,18 +382,16 @@ export const Login: React.FC = () => {
-
-
) : (
-
-
+
+
@@ -431,6 +429,8 @@ export const Login: React.FC = () => {
await handleConnect(server.address);
}}
/>
+
+
{
await handleConnect(s.address);