Skip to content

Commit

Permalink
fix: placement of link icon in heading-embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 1, 2024
1 parent 6ae2be9 commit a4be4ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/03 images tables embeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,11 @@ body:not(.no-image-alttext-caption) .image-embed::after {
.markdown-embed {
border-radius: var(--radius-s);
}

/* fix placement of link icon */
body:not(.no-heading-background)
.markdown-embed[data-type="heading"]
.markdown-embed-link {
top: 9px;
right: 14px;
}

0 comments on commit a4be4ed

Please sign in to comment.