From fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 11:23:32 -0800 Subject: UI Refinements: remove redundant header and fix global monospace font stack --- frontend/src/components/FeedList.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/FeedList.css') diff --git a/frontend/src/components/FeedList.css b/frontend/src/components/FeedList.css index 1c7395a..3b854b5 100644 --- a/frontend/src/components/FeedList.css +++ b/frontend/src/components/FeedList.css @@ -21,7 +21,7 @@ margin: 0; } -.feed-item { +.sidebar-feed-item { padding: 0.25rem 0; border-bottom: none; /* Clean look */ @@ -75,6 +75,7 @@ display: block; /* Stack vertically */ } + .filter-list { display: block; } @@ -94,4 +95,4 @@ .filter-list li a:hover { color: blue; background-color: transparent; -} +} \ No newline at end of file -- cgit v1.2.3