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

This commit is contained in:
freakoverse 2025-03-01 12:30:53 +00:00
parent 0f67e0d86d
commit 4f402d7816

View File

@ -650,6 +650,9 @@ hover {
object-fit: contain; object-fit: contain;
background: rgb(255 255 255 / 2%); background: rgb(255 255 255 / 2%);
outline: solid 1px rgb(255 255 255 / 10%); outline: solid 1px rgb(255 255 255 / 10%);
}
.IBMSMSMBSSCL_CBText > img {
object-fit: cover; object-fit: cover;
} }