From fa452b1d2b164035e9304e5e2780a149c077d5b1 Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Tue, 2 Dec 2025 16:25:49 -0600 Subject: [PATCH] Fix styling on shops collapsible filter box Signed-off-by: Kouya Heika --- core/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 5206145..adc5122 100644 --- a/core/style.css +++ b/core/style.css @@ -1442,7 +1442,8 @@ body.shop.items .page-container .sidebar summary { cursor:pointer; max-width: 220px; padding: 4px 8px; - margin: 2px 0px; + margin: 0px 2px; + height: 24px; } body.shop .page-container .sidebar .sidelist {