diff --git a/src/styles/comments.css b/src/styles/comments.css index 94bc835..6dc43ee 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -46,7 +46,9 @@ background: linear-gradient(to top right, #262626, #292929, #262626); box-shadow: 0 0 8px 0 rgb(0,0,0,0.1); border-radius: 10px; - /*border: solid 1px rgba(255,255,255,0.1);*/ + display: flex; + flex-direction: column; + grid-gap: 5px; } .IBMSMSMBSSCL_CommentTopPPWrapper { @@ -59,6 +61,19 @@ .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 { margin: -10px 0 0 0; display: grid;