Max height for media in comments

This commit is contained in:
Andy Smith
2025-05-14 13:38:17 -05:00
parent 9df7128bd7
commit f982a729e9
+12
View File
@@ -61,6 +61,18 @@
margin-block-end: 0;
}
}
img,
video,
embed,
object {
max-block-size: 32rem;
/* Links should hug media contained within */
a:has(&) {
display: inline-block;
}
}
}
.comment__content {