From b75dd456774719e5de7dd4c8a86979ac5e774e2f Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Wed, 15 Apr 2026 21:15:56 +0200 Subject: [PATCH] Adjusted sidebar width to 340px to prevent overflow --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1e9acd9..51d45d0 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ --bg-glass: rgba(255, 253, 235, 0.85); /* Warm base */ --border-glass: rgba(204, 163, 0, 0.2); - --sidebar-width: 300px; + --sidebar-width: 340px; --panel-width: 310px; --success: #299500; /* CMYK 75 10 100 35 */