From 1b960e5f020fb5d90cf11ed9b9853641602e3e6d Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 19 Nov 2024 00:17:39 +0000 Subject: [PATCH] Update src/styles/post.css --- src/styles/post.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/styles/post.css b/src/styles/post.css index c2f3474..1792296 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -251,4 +251,25 @@ border-bottom: solid 1px rgb(255 255 255 / 10%); padding: 0px 0 10px 0; line-height: 1.5 !important; -} \ No newline at end of file +} + +.dropdown.dropdownMain.dropdownMainBlogpost { + flex-grow: unset; + position: absolute; + top: 10px; + right: 10px; + background: rgba(0,0,0,0.1); + border-radius: 6px; + padding: 2px; +} + +.IBMSMSMBSSWarning { + width: 100%; + border-radius: 8px; + padding: 10px 15px; + border: solid 2px tomato; + background: rgba(255,80,80,0.15); + color: rgba(255,255,255,0.95); + text-align: center; +} +