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

This commit is contained in:
freakoverse 2025-02-16 15:41:42 +00:00
parent e54233a960
commit 68e03c7271

View File

@ -177,3 +177,23 @@
border-radius: 10px;
box-shadow: 0 0 8px 0 rgb(0,0,0,0.25);
}
.IBMSMSMBSSCL_CommentNSFW {
width: 100%;
border-radius: 10px;
border: solid 1px rgba(255,255,255,0.1);
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(255,255,255,0.05);
grid-gap: 10px;
color: rgba(255,255,255,0.5);
}
.IBMSMSMBSSCL_CommentNSFW > *:nth-child(2) {
width: 100%;
}