mirror of
https://github.com/gnoxnahte/obsidian-auto-embed.git
synced 2026-07-22 09:50:24 +00:00
Fix #9 where embeds aren't collapsed when in a collapsed bullet list.
This commit is contained in:
parent
46378a81b2
commit
3ec8922f2e
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue