damiankorcz / Prism-Theme

A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md
https://www.buymeacoffee.com/DamianKorcz
MIT License
369 stars 13 forks source link

Bug: empty status bar looks weird #157

Closed chrisgrieser closed 6 months ago

chrisgrieser commented 6 months ago

If you have nothing in your status bar, there is just this weird blob:

Pasted image 2024-01-31 at 15 28 47

fix:

.status-bar:empty {
    display: none;
}
damiankorcz commented 6 months ago

Hi @chrisgrieser, This should now be addressed in Prism 3.4.4.