diff --git a/src/styles/comments.css b/src/styles/comments.css index e42f95b..b457a47 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -646,8 +646,8 @@ hover { } .IBMSMSMBSSCL_CBText > video, .IBMSMSMBSSCL_CBText > img { - max-height: 300px; + aspect-ratio: 16 / 9; object-fit: contain; background: rgb(255 255 255 / 2%); - border: solid 1px rgb(255 255 255 / 5%); -} + outline: solid 1px rgb(255 255 255 / 10%); +} \ No newline at end of file