mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
css fix for dblclick in e264ff9
This commit is contained in:
parent
7d12b4a21f
commit
139992ebd5
2 changed files with 2 additions and 3 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue