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; +} +