bug: min-height

This commit is contained in:
Kieran 2023-01-18 15:56:30 +00:00
parent 644ce83fb8
commit ec6517f9e1
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: 180px;
min-height: 140px;
}
.note.thread {