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

This commit is contained in:
freakoverse 2025-01-03 16:11:25 +00:00
parent 35176302e5
commit 4527c1c154

View File

@ -283,6 +283,16 @@
text-align: center; text-align: center;
} }
.IBMSMSMBSSNote {
width: 100%;
border-radius: 8px;
padding: 10px 15px;
border: solid 2px rgba(255,255,255,0.1);
background: rgba(255,122,0,0.2);
color: rgba(255,255,255,0.95);
text-align: center;
}
.IBMSMSMBSSPostBodyHideText > * { .IBMSMSMBSSPostBodyHideText > * {
width: 100%; width: 100%;
text-align: center; text-align: center;