Created
April 21, 2023 03:22
-
-
Save Koushikphy/b97a8badf46c553c8f1b50af1fe6c812 to your computer and use it in GitHub Desktop.
notion style to remove upper portion of a page
This file contains 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
.notion-page-controls[style*='margin-top: 80px;']{ | |
margin-top: 0px !important; | |
} | |
.notion-record-icon.notranslate.notion-focusable{ | |
margin-top: 0 !important; | |
} | |
.whenContentEditable> div:nth-child(3){ | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment