Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on title sidebar can't be closed (">>" missing) #578

Closed
reVoniaC opened this issue Sep 8, 2021 · 6 comments
Closed

Add-on title sidebar can't be closed (">>" missing) #578

reVoniaC opened this issue Sep 8, 2021 · 6 comments
Labels
awaiting release This has already been dealt with but is not yet available bug Something isn't working right

Comments

@reVoniaC
Copy link

reVoniaC commented Sep 8, 2021

describe the bug
Since this morning, the add-on side panel (on the right) that shows the table of contents can't be closed. The ">>" icon which should appear on hover can't be found.
I may have accidentally pressed a hotkey by accident when I was moving my PC between rooms.

expected behaviour
The side panel (on the right) should be able to open and close by clicking the ">>" or "<<" icon which appears on hover, just like the menu sidebar (on the left).

screenshots
This is how the my side panel (on the right) looks like on hover. I hovered everywhere within the panel but the ">>" icon isn't showing.
image

This is what should happen: a "<<" icon that appears on hover and can close the sidebar/panel.
image

platform
Windows 10 Home 19043.

@reVoniaC reVoniaC added the bug Something isn't working right label Sep 8, 2021
@salamijason
Copy link

same thing for me as well. except the top section of the table of contents seems to be covered by the titlebar?
image

i've tried disabling integrated titlebar and disabling and re-enabling outliner. this happens when the app is in full screen as well.

@ayush729p
Copy link

ayush729p commented Sep 10, 2021

Can confirm, I'm facing the same issue. I hope this gets fixed soon.
In the meanwhile, you can use "CTRL + Shift + \ " to toggle the outliner right sidebar.

PS: its "CTRL + \ " for the default left side bar from notion.

@DavidJoyDong
Copy link

Same for me, and I think that is a bug.
I guess it was sheltered by the Notion's title bar.
side_panel_bug

@Apolsus
Copy link

Apolsus commented Sep 13, 2021

Here is a solution:
First step: find the npm root of your node by typing npm root -g in the terminal, which is '/Users/amadeus/.nvm/versions/node/v16.7.0/lib/node_modules/' for me
image

Second setp: modify the file '/Your npm path/notion-enhancer/mods/side-panel/app.css',change line 15 to :top: 37px;
image

Finally : restart your notion.

@dragonwocky
Copy link
Member

note: the filepath for the file you need to edit will be different if you are using notion-repackaged (which you should be - it has some important extra patches that aren't in the npm version yet).

you will find the enhancer in your Notion Enhanced/resources/app/embedded_enhancer folder - e.g. on windows it would probably be in C:\Users\YourName\AppData\Local\Programs\Notion Enhanced, on macOS it would be /Applications/Notion Enhanced

@reVoniaC
Copy link
Author

@l782993610 Works perfectly, thanks so much!
@dragonwocky Thanks for the info!

@dragonwocky dragonwocky added the awaiting release This has already been dealt with but is not yet available label Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting release This has already been dealt with but is not yet available bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

6 participants