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
556 stars 114 forks source link

Banners (Community Plug-in): Mis-Alignment #101

Closed Missionary-OSBS closed 2 years ago

Missionary-OSBS commented 2 years ago

Describe the bug

The banner alignment is covering the main text. It just happened recently

Expected behavior The banner should not cover the main text in preview mode

To Reproduce

Steps to reproduce the behavior:

  1. Install Community Plug-in: Banners
  2. Copy an image link
  3. Command palette: Banners: Paste banner from clipboard
  4. See error in Reading mode

Screenshots

OS

Where does the bug occur?

Obsidian Version: v0.14.6

SlRvb commented 2 years ago

Oh, do you happen to have the breadcrumbs plugin installed and displaying the trail?

Missionary-OSBS commented 2 years ago

Oh yeah, I disable the trail view and it goes back to normal. I guess I would issue this to Breadcrumb author. Thank you for pointing that out.

SlRvb commented 2 years ago

Actually, can you update the theme? I think I fixed this issue 396d7ea

Missionary-OSBS commented 2 years ago

Oh yes, thank you for fixing that. Also if you wanna move the banner down to see the Breadcrumb trail use this css snippet

.obsidian-banner { transform: translateY(60px); / or whatever amount you need to move it / }