noatpad / obsidian-banners

An Obsidian plugin that adds banners to your notes
MIT License
596 stars 36 forks source link

Image position is incorrect in reading mode with theme "Obsidian Nord" #81

Open ilongshan opened 1 year ago

ilongshan commented 1 year ago

The image position is incorrect in reading mode with theme "Obsidian Nord":

image
GinoReiji commented 1 year ago

I also have the same problem. I use "Minimal" theme. In reading mode, there is also a big empty space on top of the page, and the banner basically covers whatever text that in there

image

Charyun commented 1 year ago

I also have the same problem.

atremblay commented 1 year ago

Funny, these are the main two themes I use for different vaults. Anyone found a workaround?

coderyjc commented 1 year ago

I used the following CSS snippet to solve this problem temporarily:

.obsidian-banner-wrapper{ position: inherit; }

tsteckenborn commented 10 months ago

Same issue with AnuPpuccin.