postbox: Bigger text on mobile, Markdown supported

FREEZE-blogpost-2021-01-20
Felix 2021-01-20 10:45:39 +01:00
parent 2c16304c26
commit 70066cfb3f
2 changed files with 5 additions and 1 deletions

View File

@ -305,5 +305,9 @@
}
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
width: 100%;
font-size: 1.2em;
}
.isso-postbox > .form-wrapper > .auth-section .post-action > input {
font-size: 1.2em;
}
}

View File

@ -1,5 +1,5 @@
define({
"postbox-text": "Type Comment Here (at least 3 chars)",
"postbox-text": "Type Comment Here (Markdown supported)",
"postbox-author": "Name (optional)",
"postbox-email": "E-mail (optional)",
"postbox-email-info": "E-Mail will not be made public",