skelato1 / obsidian-auto-hide

This Obsidian plugin enables you to collapse (and expand) the sidebar easier.
MIT License
24 stars 5 forks source link

Unable to expand sidebar with Shimmering Focus Obsidian theme #11

Open 0xFlo opened 1 year ago

0xFlo commented 1 year ago

Description: When using the Shimmering Focus theme in Obsidian, the sidebar collapses and becomes invisible, making it impossible to expand. Additionally, the theme hides the collapse buttons, which makes it difficult to switch to another theme to access the sidebar.

Expected result: The sidebar should expand and become visible. Actual result: The sidebar remains collapsed and invisible.

Additional information: The Shimmering Focus theme is the only theme that causes this issue. The collapse buttons are also hidden when using the theme.

0xFlo commented 1 year ago

I've also created a feature request here: https://github.com/chrisgrieser/shimmering-focus/issues/248

skelato1 commented 1 year ago

Hello 0xFlo.

I have tested this issue on Windows. It seems that the theme is not compatible with Windows and there is a bug that has nothing to do with this plugin. Apart from that, I was able to confirm the issue with the auto-collapsing on the right sidebar not working properly. For the left sidebar, I was able to confirm that it works as usual by turning on "Re-enable the Ribbon" in the Style Setting Plugin.

We will investigate the auto-collapsing issue on the right sidebar in relation to the theme and fix it.

0xFlo commented 1 year ago

Appreciate it! Let me know if you want me to test it on Mac

On Wed, 15 Feb 2023 at 19:13, skelato1 @.***> wrote:

Hello 0xFlo.

I have tested this issue on Windows. It seems that the theme is not compatible with Windows and there is a bug that has nothing to do with this plugin. Apart from that, I was able to confirm the issue with the auto-collapsing on the right sidebar not working properly. For the left sidebar, I was able to confirm that it works as usual by turning on "Re-enable the Ribbon" in the Style Setting Plugin.

We will investigate the auto-collapsing issue on the right sidebar in relation to the theme and fix it.

— Reply to this email directly, view it on GitHub https://github.com/skelato1/obsidian-auto-hide/issues/11#issuecomment-1431880910, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANWQBGTSFT5VKWDNSNFXT4DWXUTEPANCNFSM6AAAAAAU3ZRYCA . You are receiving this because you authored the thread.Message ID: @.***>

nulltea commented 4 months ago

Fixed this by manually re-enabling .sidebar-toggle-button in theme.css

body:not(.show-sidebar-toggle-buttons) .sidebar-toggle-button {
   display: none
}

^ just commented this block