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

This commit is contained in:
freakoverse 2024-11-21 20:51:21 +00:00
parent f05f0dc1ea
commit 61a94e5358

View File

@ -180,13 +180,6 @@
background: rgb(55 55 55); background: rgb(55 55 55);
} }
.IBMSMSMBSSPostBodyHideText > * {
width: 100%;
text-align: center;
margin: 0;
padding: 10px;
}
.IBMSMSMBSSModFor { .IBMSMSMBSSModFor {
width: 100%; width: 100%;
border-radius: 10px; border-radius: 10px;
@ -290,3 +283,9 @@
text-align: center; text-align: center;
} }
.IBMSMSMBSSPostBodyHideText > * {
width: 100%;
text-align: center;
margin: 0;
padding: 10px;
}