Update src/styles/post.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 52s

This commit is contained in:
freakoverse 2024-11-19 00:17:39 +00:00
parent 4b6db36646
commit 1b960e5f02

View File

@ -251,4 +251,25 @@
border-bottom: solid 1px rgb(255 255 255 / 10%); border-bottom: solid 1px rgb(255 255 255 / 10%);
padding: 0px 0 10px 0; padding: 0px 0 10px 0;
line-height: 1.5 !important; line-height: 1.5 !important;
} }
.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;
}