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

This commit is contained in:
freakoverse 2024-11-17 20:55:04 +00:00
parent 33635194fc
commit 2de5cd52b6

View File

@ -19,6 +19,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-top: 56.25%; padding-top: 56.25%;
border-bottom: solid 1px rgb(255 255 255 / 5%);
} }
.IBMSMSMBSSPostTitle { .IBMSMSMBSSPostTitle {
@ -28,6 +29,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
color: rgb(255 255 255 / 85%);
} }
.IBMSMSMBSSPostBody { .IBMSMSMBSSPostBody {
@ -38,6 +40,7 @@
align-items: center; align-items: center;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
color: rgb(255 255 255 / 85%);
} }
.IBMSMSMBSSPostBody > div { .IBMSMSMBSSPostBody > div {
@ -237,4 +240,15 @@
background: #0000002e; background: #0000002e;
border-radius: 6px; border-radius: 6px;
padding: 2px; padding: 2px;
}
.IBMSMSMBSSPostBody > div > div > p {
margin-bottom: 10px;
}
.IBMSMSMBSSPostBody > * > h1, h2, h3, h4, h5, h6 {
margin: 15px 0 15px 0 !important;
border-bottom: solid 1px rgb(255 255 255 / 10%);
padding: 0px 0 10px 0;
line-height: 1.5 !important;
} }