From 68e03c727136f8fd97308497af48582ea155f25c Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 16 Feb 2025 15:41:42 +0000 Subject: [PATCH] Update src/styles/feed.css --- src/styles/feed.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/styles/feed.css b/src/styles/feed.css index d1967ca..bac72cd 100644 --- a/src/styles/feed.css +++ b/src/styles/feed.css @@ -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%; +} + +