From f05f0dc1ea7fad8d7d1c717bdcb799d64014e11a Mon Sep 17 00:00:00 2001 From: freakoverse Date: Thu, 21 Nov 2024 20:47:13 +0000 Subject: [PATCH] new css and adjusted current ones --- src/styles/post.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/styles/post.css b/src/styles/post.css index 1792296..67bada2 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -163,11 +163,28 @@ flex-direction: column; justify-content: end; align-items: center; - padding: 15px; color: rgba(255,255,255,0.75); font-weight: bold; cursor: pointer; box-shadow: inset 0 0 8px 0 rgb(0,0,0,0.1); + overflow: hidden; + margin-bottom: -1px; +} + +.IBMSMSMBSSPostBodyHideText { + width: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background: rgb(55 55 55); +} + +.IBMSMSMBSSPostBodyHideText > * { + width: 100%; + text-align: center; + margin: 0; + padding: 10px; } .IBMSMSMBSSModFor {