From f28b2a7c1ef19d63bb1c5b1210591b9ee19d98b5 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 3 Jun 2026 12:59:57 +0200 Subject: [PATCH] overlay-log: make it a bit less wide Signed-off-by: Simon L. --- php/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/public/style.css b/php/public/style.css index 40f4ec76..2ebf8905 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -483,7 +483,7 @@ input[type="checkbox"]:disabled:not(:checked) + label { visibility: hidden; opacity: 0; align-self: start; - width: min(700px, calc(100vw - 4rem)); + width: min(600px, calc(100vw - 4rem)); height: min(400px, calc(100vh - 14rem)); border-radius: var(--border-radius-large); border: solid thin rgb(192, 192, 192);