Banners plugin that works with obsidian 1.4.0. and above

I made a quick work-around with a small custom snippet:

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

.mod-header:has(+ .obsidian-banner-wrapper) {
  margin-top: var(--banner-height);
}
9 Likes