Update src/styles/feed.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s

This commit is contained in:
freakoverse 2025-02-14 20:54:22 +00:00
parent e82fe7a6a0
commit 12f0edcda6

View File

@ -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);