From e30cbc72c36c463301355e52f9aa3f6532a86780 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 21:35:44 +0200 Subject: [PATCH] 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 --- src/styles/components/me.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/components/me.css b/src/styles/components/me.css index 7f59cf74..a45a0aa8 100644 --- a/src/styles/components/me.css +++ b/src/styles/components/me.css @@ -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 */