Fix #9 where embeds aren't collapsed when in a collapsed bullet list.

This commit is contained in:
GnoxNahte 2024-09-16 09:13:24 +08:00
parent 46378a81b2
commit 3ec8922f2e

View file

@ -139,6 +139,11 @@ iframe.auto-embed {
height: 100%;
}
/* Handle bullet list */
.HyperMD-list-line > .is-collapsed ~ .auto-embed-container{
display: none;
}
/* Default fallback */
.default-fallback-embed-container {
display: inline-block;