Restructure modal

This commit is contained in:
Maximilian Grundke
2017-08-23 17:43:13 +02:00
parent b90392f580
commit 86495bec7c
2 changed files with 19 additions and 4 deletions

View File

@@ -64,3 +64,17 @@ p.comment {
overflow: hidden;
margin-bottom: 10px;
}
#otherComments {
h5 {
margin-top: 0px;
}
}
#myComment {
margin-bottom: 10px;
textarea {
resize: none;
}
}