Tweaks
This commit is contained in:
parent
3ce6e255f2
commit
64737b44e5
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ function openEditor() {
|
|||
|
||||
article.classList.remove('edit');
|
||||
form.reset();
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
document
|
||||
|
|
|
@ -150,7 +150,7 @@ textarea {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.editor textarea {
|
||||
.editor textarea[name="body"] {
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue