From 5669961d674b2764082c7c9585484cb090b71e45 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 10:04:17 -0800 Subject: Implement frontend parity features: Unread view, shortcuts, scroll-to-read, filters --- frontend/src/components/FeedList.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'frontend/src/components/FeedList.css') diff --git a/frontend/src/components/FeedList.css b/frontend/src/components/FeedList.css index 485fab3..b8ca7e6 100644 --- a/frontend/src/components/FeedList.css +++ b/frontend/src/components/FeedList.css @@ -80,3 +80,27 @@ background: #dde2e6; color: #000; } + +.filter-section { + padding-bottom: 1rem; + border-bottom: 1px solid #eee; + margin-bottom: 1rem; +} + +.filter-list { + list-style: none; + padding: 0; + margin: 0; + display: flex; + gap: 1rem; +} + +.filter-list li a { + text-decoration: none; + color: #333; + font-weight: 500; +} + +.filter-list li a:hover { + color: #007bff; +} -- cgit v1.2.3