Skip to content

Instantly share code, notes, and snippets.

@rasmi
Created December 10, 2016 18:31
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 rasmi/8ec4714091be65f8878fa6a7cdc5a67a to your computer and use it in GitHub Desktop.
Save rasmi/8ec4714091be65f8878fa6a7cdc5a67a to your computer and use it in GitHub Desktop.
Google Docs Minimal
/* Hide page break line */
.kix-page-compact::before {
border-style: none;
}
/* Hide Explore icon */
.docs-explore-widget {
display: none;
}
/* Hide ruler */
#kix-ruler {
display: none;
}
/* Hide comment bubbles */
#docos-comment-bubble {
display: none;
}
/* Hide background */
#docs-editor {
background: #333333 !important;
}
/* Hide border */
.kix-paginateddocumentplugin-compact-mode {
border: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment