From 17cc75fe7d1fc3775a3d349400118de8fc33d255 Mon Sep 17 00:00:00 2001 From: 7heMech <83923848+7heMech@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:43:46 +0200 Subject: [PATCH] Fix language and theme selectors on mobile and desktop --- frontend/src/pages/Login/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/Login/index.tsx b/frontend/src/pages/Login/index.tsx index 0d555380..9d0327f3 100644 --- a/frontend/src/pages/Login/index.tsx +++ b/frontend/src/pages/Login/index.tsx @@ -43,17 +43,17 @@ export default function Login() { return ( -
- - -
-
+
Nginx Proxy Manager +
+ + +
@@ -125,4 +125,4 @@ export default function Login() {
); -} +} \ No newline at end of file