style: reduce whitespace around bookmark filters on /me page

- Reduce padding on bookmark filters from 1rem to 0.5rem
- Reduce top padding of tab content when filters are present
- Tighten spacing for more compact layout
This commit is contained in:
Gigi
2025-10-15 21:35:11 +02:00
parent 0f0462e6ac
commit 6f913262f4

View File

@@ -67,6 +67,10 @@
width: 100%;
}
.me-tab-content:has(.bookmark-filters) {
padding-top: 0.75rem;
}
/* Align highlight list width with profile card width on /me */
.me-highlights-list { padding-left: 0; padding-right: 0; }
.explore-header .author-card { max-width: 600px; margin: 0 auto; width: 100%; }
@@ -83,8 +87,9 @@
.me-tab-content .bookmark-filters {
background: transparent;
border: none;
padding: 0 0 1rem 0;
padding: 0 0 0.5rem 0;
justify-content: center;
margin-bottom: 0.5rem;
}
/* Ensure all reading list elements are left-aligned */