diff --git a/src/styles/comments.css b/src/styles/comments.css index abb964b..e42f95b 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -644,3 +644,10 @@ hover { .IBMSMSMBSSCL_CBText > .fslightbox-container { 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%); +}