From 29e1790c937c86816bef82b64c724507b76feb74 Mon Sep 17 00:00:00 2001 From: glax Date: Sat, 10 Jun 2023 00:10:16 +0200 Subject: [PATCH] website tasks-width now max 95vw --- Website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index e21e0ce..08eb04e 100644 --- a/Website/style.css +++ b/Website/style.css @@ -374,7 +374,7 @@ popup popup-window popup-content input, select { margin: 0 0 0 10px; height: calc(100vh - 140px); width: 400px; - max-width: 50vw; + max-width: 95vw; overflow-y: scroll; }