From bde3bf2f3d3da010d4cf95e783612f72b37ca638 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Thu, 27 Feb 2025 23:28:42 +0000 Subject: [PATCH] Update src/styles/comments.css --- src/styles/comments.css | 7 +++++++ 1 file changed, 7 insertions(+) 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%); +}