From f50cabe1e84c1d0b801050cb37b13f79e0cf8861 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Thu, 27 Feb 2025 23:33:57 +0000 Subject: [PATCH] Update src/styles/comments.css --- src/styles/comments.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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