noatpad / obsidian-banners

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

Banners White Spaces #77

Open kennygokh opened 1 year ago

kennygokh commented 1 year ago

Hi, 1) I noticed a large area of white spaces after the banner before the next heading. It wasn't there in earlier version. Not sure is it because of Obsidian v1.0 caused it.

image

2) Banner image lost despite local folder image folder location settings setup correctly. It happens when you open in desktop vs iOS devices (iPad or iPhone). It happened vice versa also, hence open in iOS devices first and it was lost when you open in desktop.

3) How to remove the rounded corner in banner image?

ankaje commented 1 year ago

Hi, I can help with 1.: Use the CSS snippet provided here. Then add a negative number of px to margin-bottom, for example: margin-bottom: calc(var(--banner-height) - 60px)

kennygokh commented 1 year ago

I tried and it works in Mac machine but it didn't work in iPad & iPhone