obsidian-auto-hide icon indicating copy to clipboard operation
obsidian-auto-hide copied to clipboard

Unable to expand sidebar with Shimmering Focus Obsidian theme

Open 0xFlo opened this issue 2 years ago • 4 comments

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 avatar Feb 14 '23 16:02 0xFlo

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

0xFlo avatar Feb 14 '23 17:02 0xFlo

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.

skelato1 avatar Feb 15 '23 19:02 skelato1

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: @.***>

0xFlo avatar Feb 16 '23 08:02 0xFlo

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

nulltea avatar Feb 23 '24 14:02 nulltea