aio-interface: fix progress box and log view on mbile

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-03-09 12:16:05 +01:00
parent 7922d38aa6
commit eb9cb26ff1
3 changed files with 6 additions and 4 deletions

View File

@@ -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);
}