SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
545 stars 116 forks source link

Admonition in Live Preview - small style fix (?) #54

Closed VeroVerro closed 2 years ago

VeroVerro commented 2 years ago

Hi, thank you for the wonderful theme! I've been playing around with it, and noticed that for admonition in live preview, it does weird things with box shadow and the edit this block button: Screenshot 2022-01-01 131522

I fixed it this way: (it was contain: paint; before)

.markdown-source-view.mod-cm6 .cm-content > [contenteditable=false] {
    contain: style;
}

Screenshot 2022-01-01 131709

I haven't done a lot of testing with other types of live preview blocks though, since I haven't had time to use it much in the last week. Still, maybe it'll help. Thanks again!

SlRvb commented 2 years ago

Oh shoot, I thought I added that to the theme. Guess I didn't, oops🥴

Thanks for catching that! I've added it in 54dd410, cross our fingers that it doesn't make anything else implode 😆