postbox: Bigger text on mobile, Markdown supported
parent
2c16304c26
commit
70066cfb3f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue