Comment system on mods implemented #35

Merged
freakoverse merged 9 commits from staging into master 2024-09-11 13:15:44 +00:00
Showing only changes of commit 50540f0e3f - Show all commits

View File

@ -46,7 +46,9 @@
background: linear-gradient(to top right, #262626, #292929, #262626); background: linear-gradient(to top right, #262626, #292929, #262626);
box-shadow: 0 0 8px 0 rgb(0,0,0,0.1); box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);
border-radius: 10px; border-radius: 10px;
/*border: solid 1px rgba(255,255,255,0.1);*/ display: flex;
flex-direction: column;
grid-gap: 5px;
} }
.IBMSMSMBSSCL_CommentTopPPWrapper { .IBMSMSMBSSCL_CommentTopPPWrapper {
@ -59,6 +61,19 @@
.IBMSMSMBSSCL_CBText { .IBMSMSMBSSCL_CBText {
} }
.IBMSMSMBSSCL_CBTextStatus {
display: flex;
flex-direction: row;
grid-gap: 0px;
border-radius: 4px;
border: solid 1px rgba(255,255,255,0.1);
padding: 5px 10px;
}
.IBMSMSMBSSCL_CBTextStatusSpan {
font-weight: 600;
}
.IBMSMSMBSSCL_CommentActions { .IBMSMSMBSSCL_CommentActions {
margin: -10px 0 0 0; margin: -10px 0 0 0;
display: grid; display: grid;