Skip to content

Instantly share code, notes, and snippets.

@avernet
Created July 13, 2020 16:51
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 avernet/6cdd871bef84673f64ef162977117ca7 to your computer and use it in GitHub Desktop.
Save avernet/6cdd871bef84673f64ef162977117ca7 to your computer and use it in GitHub Desktop.
Custom styling for Checkvist
footer { display: none }
/* Reduce and unify font size */
.list-h1 { font-size: 14px; }
ul.topLevel li.task, ul.topLevel ul li.task {
font-size: 14px !important;
font-weight: normal;
font-family: -apple-system;
}
/* Link appearance */
.userContent a, .userContent a:visited {
background-image: none;
text-decoration: underline;
color: #999;
font-size: 14px !important;
}
/* Reduce line height */
.editable, .editableList { line-height: 1.3; }
div.coreDiv, .editable {
padding-top: 0;
padding-bottom: 0;
min-height: 0;
}
/* Adjust position collapse/expand triangle and actions icon */
div.nodeImage, ul ul div.nodeImage, i.act {
top: -2px;
}
/* Mobile like desktop */
#mobile_block { display: none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment