feat: add top border to archive filters in bookmarks sidebar

- Matches the style of bookmark type filters at top
- Visually separates archive filters from bookmarks content
This commit is contained in:
Gigi
2025-10-15 23:14:56 +02:00
parent 93c31650f4
commit 4c4bd2214c

View File

@@ -211,7 +211,11 @@
background: transparent;
}
/* Archive filters in bookmarks sidebar - remove bottom border to avoid double border with view-mode-controls */
/* Archive filters in bookmarks sidebar - add top border, remove bottom border to avoid double border with view-mode-controls */
.archive-filters-wrapper {
border-top: 1px solid var(--color-border);
}
.archive-filters-wrapper .bookmark-filters {
border-bottom: none;
padding-top: 0;