new css and adjusted current ones
All checks were successful
Release to Staging / build_and_release (push) Successful in 52s

This commit is contained in:
freakoverse 2024-11-21 20:47:13 +00:00
parent c9ceed6c0f
commit f05f0dc1ea

View File

@ -163,11 +163,28 @@
flex-direction: column; flex-direction: column;
justify-content: end; justify-content: end;
align-items: center; align-items: center;
padding: 15px;
color: rgba(255,255,255,0.75); color: rgba(255,255,255,0.75);
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
box-shadow: inset 0 0 8px 0 rgb(0,0,0,0.1); box-shadow: inset 0 0 8px 0 rgb(0,0,0,0.1);
overflow: hidden;
margin-bottom: -1px;
}
.IBMSMSMBSSPostBodyHideText {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgb(55 55 55);
}
.IBMSMSMBSSPostBodyHideText > * {
width: 100%;
text-align: center;
margin: 0;
padding: 10px;
} }
.IBMSMSMBSSModFor { .IBMSMSMBSSModFor {