From 38020aa2610c00cf1b2f467d0319b2e920fb05f9 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Tue, 17 Mar 2026 03:43:32 +0100 Subject: [PATCH] adjust panel height --- equipment/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equipment/styles.css b/equipment/styles.css index 468f7e0..c87af2a 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -183,7 +183,7 @@ body { left: 210px; top: 39px; width: 1500px; - height: 1000px; + height: 1060px; background: rgba(0,0,0,0.6); border-radius: 40px; }