mods refactor and added repost tag system #163

Merged
freakoverse merged 15 commits from staging into master 2024-11-28 22:57:20 +00:00
Showing only changes of commit f05f0dc1ea - Show all commits

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 {