From aa2c3dace8ef50fe311d39b80620e85af1da21d1 Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Sat, 13 Dec 2025 23:50:52 -0600 Subject: [PATCH] Smoothen out the look of the filter pop-in Signed-off-by: Kouya Heika --- core/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/style.css b/core/style.css index 102da5f..2cbfbdf 100644 --- a/core/style.css +++ b/core/style.css @@ -1442,13 +1442,14 @@ body.shop.items .page-container .sidebar summary { cursor:pointer; max-width: 220px; padding: 4px 8px; - margin: 0px 2px; - height: 24px; } +body.shop.items .page-container .sidebar[open] summary, +body.shop.items .page-container .sidebar:open summary { border-bottom: none } body.shop .page-container .sidebar .sidelist { background: var(--primary-container-background); border: var(--primary-container-border); + border-top: none; max-width: 220px; display: flex; flex-direction: column;