fixes #4006: Bring back the "edit tags" button to the sidebar

fixes #4011: Comment input field under posts is too big, goes slightly beyond view boundaries
fixes #4010: Incorrect dynamic tag counts
This commit is contained in:
Albert Yi
2018-12-12 11:39:54 -08:00
parent 77b42310eb
commit 8ac530a909
4 changed files with 12 additions and 4 deletions

View File

@@ -343,10 +343,13 @@ div#c-posts {
}
textarea {
width: 100%;
margin-bottom: 0.25em;
}
#edit textarea {
width: 100%;
}
#favlist {
margin-left: 1em;
word-wrap: break-word;