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
521 stars 113 forks source link

[Bug] hiding the status bar #225

Closed Borber closed 11 months ago

Borber commented 11 months ago

Describe the bug

There is a problem with hiding the status bar, it is normal when there are no other plugins,

image

But as soon as there are more plugins, it will become

image

Expected behavior

Install multiple plugins that will appear in the status bar, such as obsidian git, workspace plus

OS

Where does the bug occur?

Versions

SlRvb commented 11 months ago

I can't seem to recreate this, by default the status bar looks correct and even with those plugins installed, they don't cause the status bar to end up like that 🤔

SlRvb commented 11 months ago

Ah wait, I see the issues you mean with the hide status bar toggle, will fix

SlRvb commented 11 months ago

In ITS v1.0.77 this should be fixed now 🤔

Borber commented 11 months ago

In ITS v1.0.77 this should be fixed now 🤔

image

In fact, there are still some problems. I wrote a css myself. Do you think it can be used?

.status-bar:not(:hover) {
    width: 50px;
    height: 30px;
    display: block;
    opacity: 0;
}

ob

SlRvb commented 11 months ago

Oh I see why, various complements overrides my stuff still. Guess I will have to force it.

SlRvb commented 11 months ago

Okay, ITS v1.0.78 should actually fix that now