From 6e33618a7557101e095810a05ff8a0248af4dcc5 Mon Sep 17 00:00:00 2001 From: arzumify Date: Tue, 22 Oct 2024 20:27:45 +0100 Subject: [PATCH] Fixed mobile mode Signed-off-by: arzumify --- services-src/auth/resources/static/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/services-src/auth/resources/static/css/style.css b/services-src/auth/resources/static/css/style.css index b08778b..297266c 100644 --- a/services-src/auth/resources/static/css/style.css +++ b/services-src/auth/resources/static/css/style.css @@ -77,7 +77,6 @@ p#statusBox { body { margin: 0; - background-color: var(--editor); font-family: "Figtree", sans-serif; } @@ -153,13 +152,13 @@ input { .inOutDiv { position: absolute; top: 0; - left: 10px; - right: 10px; + left: 0; + right: 0; border-radius: 0; min-width: calc(100% - 20px); min-height: 100%; transform: none; - padding: 5px; + padding: 5px 10px; overflow-y: auto; overflow-x: auto; margin: 0;