Update src/styles/comments.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m11s

This commit is contained in:
freakoverse 2025-02-19 10:49:31 +00:00
parent 5a4a1002ec
commit cff8714f89

View File

@ -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);
}