aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedItems.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/FeedItems.css')
-rw-r--r--frontend/src/components/FeedItems.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/frontend/src/components/FeedItems.css b/frontend/src/components/FeedItems.css
deleted file mode 100644
index 7154ac2..0000000
--- a/frontend/src/components/FeedItems.css
+++ /dev/null
@@ -1,23 +0,0 @@
-.feed-items {
- padding: 1rem 0;
- /* Removing horizontal padding to avoid double-padding with FeedItem */
-}
-
-.feed-items h2 {
- margin-top: 0;
- border-bottom: 2px solid var(--border-color);
- padding-bottom: 0.5rem;
-}
-
-.item-list {
- list-style: none;
- padding: 0;
-}
-
-.loading-more {
- padding: 2rem;
- text-align: center;
- color: #888;
- font-size: 0.9rem;
- min-height: 50px;
-} \ No newline at end of file