Smoothen out the look of the filter pop-in

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2025-12-13 23:50:52 -06:00
parent 5cde83784e
commit aa2c3dace8

View File

@@ -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;