From 717f215c18c24aadf6de2d615c0af5b7caf40bc3 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 4 Aug 2026 03:29:57 +0000 Subject: [PATCH] fix: bottom cutoff of member list Signed-off-by: lizzie --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 1fb1826..2d0d4ff 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -3333,7 +3333,7 @@ img.bigembedimg { /* Sidebar */ #sideContainDiv { - padding: 16px 8px; + padding: 16px 8px 0px 8px; display: none; flex: none; width: 240px;