Move media size to markdown-content
This commit is contained in:
@@ -61,18 +61,6 @@
|
||||
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 {
|
||||
|
||||
@@ -97,5 +97,14 @@
|
||||
border-block-end-width: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
:where(img, video, embed, object) {
|
||||
max-block-size: 32rem;
|
||||
|
||||
/* Links should hug media contained within */
|
||||
a:has(&) {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user