bug: reduce min-height

This commit is contained in:
Kieran 2023-01-18 15:57:12 +00:00
parent ec6517f9e1
commit 66409129f9
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
border-radius: 10px;
background-color: var(--note-bg);
padding: 20px;
min-height: 140px;
min-height: 120px;
}
.note.thread {