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

This commit is contained in:
freakoverse 2025-02-27 23:33:57 +00:00
parent bde3bf2f3d
commit f50cabe1e8

View File

@ -646,8 +646,8 @@ hover {
} }
.IBMSMSMBSSCL_CBText > video, .IBMSMSMBSSCL_CBText > img { .IBMSMSMBSSCL_CBText > video, .IBMSMSMBSSCL_CBText > img {
max-height: 300px; aspect-ratio: 16 / 9;
object-fit: contain; object-fit: contain;
background: rgb(255 255 255 / 2%); background: rgb(255 255 255 / 2%);
border: solid 1px rgb(255 255 255 / 5%); outline: solid 1px rgb(255 255 255 / 10%);
} }