diff --git a/src/styles/comments.css b/src/styles/comments.css index 3a05bfd..9a47092 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -618,3 +618,18 @@ hover { border: unset; padding: unset; } + +.IBMSMSMBSSCL_CommentNSWFTag { + display: flex; + flex-direction: row; + position: absolute; + top: -15px; + background: rgba(255,39,0,0.35); + border-radius: 2px; + z-index: -1; + font-size: 10px; + padding: 5px 10px; + line-height: 1; + right: 15px; + color: rgba(255,255,255,0.5); +}