Comment system on mods implemented #35
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user