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

This commit is contained in:
freakoverse 2025-02-27 23:28:42 +00:00
parent 2c2ab033d1
commit bde3bf2f3d

View File

@ -644,3 +644,10 @@ hover {
.IBMSMSMBSSCL_CBText > .fslightbox-container { .IBMSMSMBSSCL_CBText > .fslightbox-container {
margin: 0 margin: 0
} }
.IBMSMSMBSSCL_CBText > video, .IBMSMSMBSSCL_CBText > img {
max-height: 300px;
object-fit: contain;
background: rgb(255 255 255 / 2%);
border: solid 1px rgb(255 255 255 / 5%);
}