From 05ee6d0cb3425666b248bdf8beafb13b7acaeaac Mon Sep 17 00:00:00 2001 From: kollucharan <132676020+kollucharan@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:44:26 +0530 Subject: [PATCH] ui fix --- docker/standalone.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/standalone.php b/docker/standalone.php index ccde3cd28..d5eac33fa 100755 --- a/docker/standalone.php +++ b/docker/standalone.php @@ -721,16 +721,19 @@ function observeResults() { @media (max-width: 750px) { - .container .testArea, body { overflow-y: auto; } + .container .testArea, .container .testArea2 { padding: 12px; border-radius: 8px; gap: 6px; - } + } + + + .container .title-class { font-size: 24px;