Created
July 13, 2020 16:51
-
-
Save avernet/6cdd871bef84673f64ef162977117ca7 to your computer and use it in GitHub Desktop.
Custom styling for Checkvist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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