Replies: 2 comments 1 reply
|
That's my theme (Listive) customisation. I can share later, not at pc right now. I guess that can be confusing for relatively new users. Need to either standardise my screenshots somehow or put a note on the theme I use for the screenshot MCL won't do these kind of customisation (i.e. color scheme, prettifying like font or icon). It will provide layout. If there's any minor customisation, it will use obsidian default variables so that it will be up to theme. |
0 replies
|
here's the css snippet for the callout icon placement
/* Default style: "callout-style-icon-right" i.e. icon on the top right */
body .callout {
position: relative;
}
body .callout > .callout-title > .callout-icon {
--icon-size: 48px;
opacity: 0.3;
position: absolute;
top: -10px;
right: -8px;
} |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi, I wonder how you can modify your callout symbols to the right like this image


Mine looks like this and I dont know how to change
All reactions