css fix for dblclick in e264ff9

This commit is contained in:
maxpozdeev 2022-07-24 23:32:08 +03:00
parent 7d12b4a21f
commit 139992ebd5
2 changed files with 2 additions and 3 deletions

View file

@ -3,10 +3,9 @@
.markdown-note {
line-height: 1.3;
}
/*
.markdown-note > *:first-child { margin-top: 0 !important; }
.markdown-note > *:last-child { margin-bottom: 0 !important; }
*/
.markdown-note h1 { font-size:2rem; }
.markdown-note h2 { font-size:1.5rem; }

View file

@ -569,7 +569,7 @@ li.task-row:hover .taskactionbtn {
}
.task-note-block {
padding: 0px 2rem;
padding: 10px 2rem;
color: var(--color-text-reduced);
background-size:16px 16px;
min-height:16px;