style: dramatically reduce whitespace around bookmark filters

- Remove all padding from filter buttons
- Reduce top padding from 0.75rem to 0.25rem
- Reduce bottom margin from 0.5rem to 0.25rem
- Much tighter, more compact layout
This commit is contained in:
Gigi
2025-10-15 21:35:44 +02:00
parent 6f913262f4
commit e30cbc72c3

View File

@@ -68,7 +68,7 @@
}
.me-tab-content:has(.bookmark-filters) {
padding-top: 0.75rem;
padding-top: 0.25rem;
}
/* Align highlight list width with profile card width on /me */
@@ -87,9 +87,9 @@
.me-tab-content .bookmark-filters {
background: transparent;
border: none;
padding: 0 0 0.5rem 0;
padding: 0;
justify-content: center;
margin-bottom: 0.5rem;
margin-bottom: 0.25rem;
}
/* Ensure all reading list elements are left-aligned */