Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
stargrey authored Apr 21, 2022
1 parent 296c3f1 commit 122de4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,11 @@ pre[class*=language-].code-block-pre__has-linenum {
.obsidian-embedded-code-title__code-block-title[closed] + code + span{
height: 0;
}

.obsidian-embedded-code-title__code-block-title[closed] + code + span span{
visibility: hidden;
}

.obsidian-embedded-code-title__code-block-title[closed] + code + span + span span{
visibility: hidden;
}

0 comments on commit 122de4b

Please sign in to comment.