From eb9cb26ff1beda0446d64b1ed47a19a1ffe23556 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 9 Mar 2026 12:16:05 +0100 Subject: [PATCH] aio-interface: fix progress box and log view on mbile Signed-off-by: Simon L. --- php/public/style.css | 4 ++-- php/templates/layout.twig | 2 +- php/templates/log.twig | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/php/public/style.css b/php/public/style.css index 2dd199f1..9a8d17d7 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -483,8 +483,8 @@ input[type="checkbox"]:disabled:not(:checked) + label { visibility: hidden; opacity: 0; align-self: start; - width: 20%; - height: 7rem; + width: 300px; + height: 200px; border-radius: var(--border-radius-large); border: solid thin rgb(192, 192, 192); } diff --git a/php/templates/layout.twig b/php/templates/layout.twig index eb7467c2..39f8f45b 100644 --- a/php/templates/layout.twig +++ b/php/templates/layout.twig @@ -1,7 +1,7 @@ AIO - + diff --git a/php/templates/log.twig b/php/templates/log.twig index 4d814b47..2fe3b1ce 100644 --- a/php/templates/log.twig +++ b/php/templates/log.twig @@ -1,13 +1,15 @@ +