Max height for media in comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user