mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
fix reply box height
This commit is contained in:
parent
9e58b57cbb
commit
7247e83ec7
@ -572,6 +572,7 @@ img.unread {
|
||||
.preview {
|
||||
padding: 0.5em;
|
||||
font-size: 15px;
|
||||
min-height: 200px;
|
||||
}
|
||||
.preview p > img {
|
||||
display: block;
|
||||
@ -786,6 +787,11 @@ textarea.editor {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
#edit_reply_form .preview,
|
||||
#create_topic_form .preview {
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
#submit_btn {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user