aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedList.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 14:09:45 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 14:09:45 -0800
commit94834afbb26b576218a3d84b2187e38708301ba0 (patch)
treeac68774d0df753cd17b4710e446585c9d41d8cb0 /frontend/src/components/FeedList.css
parent1d3ad564df8cc09b16172901916bcef9abe31ab4 (diff)
downloadneko-94834afbb26b576218a3d84b2187e38708301ba0.tar.gz
neko-94834afbb26b576218a3d84b2187e38708301ba0.tar.bz2
neko-94834afbb26b576218a3d84b2187e38708301ba0.zip
Frontend: Implement multi-select feeds in sidebar (NK-p0nfoi)
Diffstat (limited to 'frontend/src/components/FeedList.css')
-rw-r--r--frontend/src/components/FeedList.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/src/components/FeedList.css b/frontend/src/components/FeedList.css
index c63b426..38a324b 100644
--- a/frontend/src/components/FeedList.css
+++ b/frontend/src/components/FeedList.css
@@ -134,6 +134,17 @@
margin-bottom: 0;
}
+.feed-item-row {
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+}
+
+.feed-checkbox {
+ cursor: pointer;
+ margin: 0;
+}
+
.feed-category {
display: none;
}