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');
|
article.classList.remove('edit');
|
||||||
form.reset();
|
form.reset();
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
document
|
document
|
||||||
|
|
|
@ -150,7 +150,7 @@ textarea {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor textarea {
|
.editor textarea[name="body"] {
|
||||||
height: 600px;
|
height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue