Merge pull request #496 from basecamp/max-media-height

Max height for media in comments
This commit is contained in:
Andy Smith
2025-05-14 13:45:43 -05:00
committed by GitHub
+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 {