Skip to content

Commit

Permalink
fix(jdanielmourao#225): prevent callout icons from repeating
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen authored Feb 7, 2024
1 parent ac69e59 commit f3d9420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/obsidian/callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body {

& .callout-icon {
align-self: baseline;
-webkit-mask-repeat: no-repeat;

& svg {
height: var(--icon-s);
Expand Down Expand Up @@ -261,4 +262,4 @@ body {
.callout-title-inner {
flex-grow: 1; //expands the title and forces the fold to go to the right
}
}
}

0 comments on commit f3d9420

Please sign in to comment.