Fix different font between write and preview (#338)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-07-04 21:36:55 +02:00 committed by GitHub
parent 40ef4f47c8
commit 30cc42109f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
.markdownInput textarea { .markdownInput textarea {
margin-top: -1px; margin-top: -1px;
font-size: 94%;
line-height: 140%;
}
@media screen and (min-width: 767px) {
.markdownInput textarea {
line-height: 130%;
}
} }
.markdownInput .text { .markdownInput .text {