noatpad / obsidian-banners

An Obsidian plugin that adds banners to your notes
MIT License
616 stars 39 forks source link

Margin Issue #155

Open Programazing opened 5 months ago

Programazing commented 5 months ago

The banner adds an unnecessary amount of margin in display mode. I'm using a local image in the following screenshots.

Screenshot from 2024-03-23 07-48-13 Screenshot from 2024-03-23 07-48-20

I ended up adding a CSS snippet to override this.

.obsidian-banner-wrapper{
margin-top: 0px !important;
}
matteo-martinelli commented 1 month ago

Hello there, I have the same problem

image

Alex-Space commented 5 days ago

The banner adds an unnecessary amount of margin in display mode. I'm using a local image in the following screenshots.

Screenshot from 2024-03-23 07-48-13 Screenshot from 2024-03-23 07-48-20

I ended up adding a CSS snippet to override this.

.obsidian-banner-wrapper{
margin-top: 0px !important;
}

This fix works on desktop, but on mobile it still sucks.