From 12f0edcda624b56c0bca19ef4c67d213900b1521 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 14 Feb 2025 20:54:22 +0000 Subject: [PATCH] Update src/styles/feed.css --- src/styles/feed.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/feed.css b/src/styles/feed.css index c90f9c5..193476d 100644 --- a/src/styles/feed.css +++ b/src/styles/feed.css @@ -146,11 +146,10 @@ .feedPostsPostPreview { width: 100%; - border-radius: 10px; padding: 10px; display: flex; flex-direction: column; - border: solid 1px rgba(255,255,255,0.1); + border-bottom: solid 1px rgba(255,255,255,0.1); align-items: center; } @@ -162,7 +161,6 @@ justify-content: center; align-items: center; margin: 0 0 10px 0; - background: rgba(255,255,255,0.1); padding: 5px; border-radius: 6px; color: rgba(255,255,255,0.25);