Skip to content

Instantly share code, notes, and snippets.

@Koushikphy
Created April 21, 2023 03:22
Show Gist options
  • Save Koushikphy/b97a8badf46c553c8f1b50af1fe6c812 to your computer and use it in GitHub Desktop.
Save Koushikphy/b97a8badf46c553c8f1b50af1fe6c812 to your computer and use it in GitHub Desktop.
notion style to remove upper portion of a page
.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