bennyxguo / Obsidian-Obsidianite

🎨 Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
MIT License
285 stars 50 forks source link

Shadow with Sliding Panes #35

Closed zcysxy closed 3 years ago

zcysxy commented 3 years ago

Hi Tridiamond! I found a tiny bug I don't know whether it's a known issue or not. That is, when Sliding Panes mode is on and there is only one pane, strange shadow effects appear on the view-header. Such shadow will not appear when there are more than one panes.

zcysxy commented 3 years ago

Emmm it's actually caused by the plugin (Sliding Panes) itself, and such problem appears in some other themes as well. I fixed it using

.view-header-title-container::before, .view-header-title-container::before { background: none !important }

Don't know if other elements will be affected yet. If not maybe you can consider adding this to your theme ;)