Created
July 7, 2020 15:28
-
-
Save imjared/db454391043df68072ba32c65fa8bb09 to your computer and use it in GitHub Desktop.
Use uBlock's filters to move Notion's table of contents to somewhere useful
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! In ublock's extension settings, under "My Filters", add the following: | |
! move notion's table of contents to the side | |
notion.so##.notion-table_of_contents-block>div:style( position: fixed !important; top: 4rem; left: 1rem; width: 350px !important; padding: 2rem; border: 1px solid #eee; border-radius: 5px; max-height: calc(100vh - 5rem) !important; overflow: scroll;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment