Cleanup UI

This commit is contained in:
Maximilian Grundke
2017-08-24 11:08:09 +02:00
parent a8d801d3a7
commit 9ed5b7cbb1

View File

@ -72,12 +72,14 @@ p.comment {
.container { .container {
width: 100%; width: 100%;
max-height: 300px; max-height: 200px;
overflow-y: auto; overflow-y: auto;
border: 1px solid #cccccc;
} }
} }
#myComment { #myComment {
margin-top: 20px;
margin-bottom: 10px; margin-bottom: 10px;
textarea { textarea {