From 1dc9a1c73495d760a63a18bfc053ed248a11b30f Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 4 Apr 2025 21:07:41 +0200 Subject: [PATCH] Fix applet size --- src/static/system-installer-dark.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/static/system-installer-dark.css b/src/static/system-installer-dark.css index 6a17e85..f9fdfca 100644 --- a/src/static/system-installer-dark.css +++ b/src/static/system-installer-dark.css @@ -31,8 +31,7 @@ html, body {margin: 0; height: 100%; overflow: hidden;} .applet { width: 100%; - height: 470px; - bottom: 0px; + height: 410px; overflow-y: scroll; overflow-x: hidden; }