Skip to content

Instantly share code, notes, and snippets.

@jacopocolo
Created July 18, 2018 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacopocolo/2ee3d14b2d4b58870f666100c1f437a8 to your computer and use it in GitHub Desktop.
Save jacopocolo/2ee3d14b2d4b58870f666100c1f437a8 to your computer and use it in GitHub Desktop.
Very hacky user style for Apple notes
.split-wrapper:first-of-type {
display: none;
}
.split-wrapper:nth-of-type(5) {
width: 75% !important;
}
.split-wrapper:nth-of-type(3) {
width: 25% !important;
}
.split-wrapper {
width: 50%;
}
.notes-pad-toolbar, .cw-pane-container {
background-image: none;
}
.notes-pad-toolbar {
width: 100%;
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment