Skip to content

Instantly share code, notes, and snippets.

@Altimor
Forked from devonzuegel/clean-google-docs.css
Last active June 28, 2019 17:42
Show Gist options
  • Save Altimor/31a0beaf72b07203f23eaf29c24c593e to your computer and use it in GitHub Desktop.
Save Altimor/31a0beaf72b07203f23eaf29c24c593e to your computer and use it in GitHub Desktop.
Custom styles for Stylus Chrome extension
#docs-editor {
background-color: white !important;
}
.kix-paginateddocumentplugin.kix-paginateddocumentplugin-compact-mode {
box-shadow: none;
}
.navigation-widget {
border-right: 1px solid #ddd;
}
.kix-page-compact::before {
border: none;
}
.left-sidebar-container {
overflow: hidden;
}
.docs-gm-sidebars .navigation-widget {
margin-left: 0;
}
.docs-gm-sidebars .navigation-widget-hat-title {
font-family: Roboto !important;
}
.navigation-item {
padding: 0 12px;
}
.navigation-widget-hat {
display: none;
}
.kix-document-top-shadow,
#spellGrammarCheckButton,
#printButton,
#undoButton,
#redoButton,
#insertLinkButton,
#clearFormattingButton,
#clearFormattingSeparator,
#commentSeparator,
#insertCommentButton,
#insertImageButton,
#outdentButton,
#indentButton,
#formatPainterButton,
#zoomComboBoxSeparator {
display: none;
}
.navigation-widget {
border: none;
}
.docos-docoview-tesla-conflict.docos-docoview-resolve-button-visible.docos-anchoreddocoview {
width: 350px;
}
/*
.navigation-widget-hat,
.left-sidebar-container {
border: none;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment