mirror of
https://github.com/dergigi/boris.git
synced 2026-02-23 16:04:29 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user