new classes
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s

This commit is contained in:
freakoverse 2024-09-10 07:42:31 +00:00
parent e31e7d85ac
commit 50540f0e3f

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;