aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedList.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 19:16:18 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 19:16:18 -0800
commitea39f5aac74621861f6d88f98f0e0ca2eaad82f8 (patch)
tree97bd020e4db3287270ae708ebc65015f45a15127 /frontend/src/components/FeedList.css
parentea523255778c598e0551626f98194c12487d4018 (diff)
downloadneko-ea39f5aac74621861f6d88f98f0e0ca2eaad82f8.tar.gz
neko-ea39f5aac74621861f6d88f98f0e0ca2eaad82f8.tar.bz2
neko-ea39f5aac74621861f6d88f98f0e0ca2eaad82f8.zip
feat(ui): collapsible feed list (NK-4juza2)
Diffstat (limited to 'frontend/src/components/FeedList.css')
-rw-r--r--frontend/src/components/FeedList.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/frontend/src/components/FeedList.css b/frontend/src/components/FeedList.css
index d0ee9eb..0d6d26d 100644
--- a/frontend/src/components/FeedList.css
+++ b/frontend/src/components/FeedList.css
@@ -27,13 +27,26 @@
border-color: #000;
}
-.feed-list h2 {
+.feed-list h2,
+.feed-section-header {
font-size: 1.2rem;
margin-bottom: 0.5rem;
border-bottom: 1px solid #999;
padding-bottom: 0.25rem;
text-transform: uppercase;
letter-spacing: 1px;
+ cursor: pointer;
+ user-select: none;
+ display: flex;
+ align-items: center;
+}
+
+.toggle-indicator {
+ font-size: 0.8rem;
+ margin-right: 0.5rem;
+ display: inline-block;
+ width: 1rem;
+ text-align: center;
}
.feed-list-items,