1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-12-22 10:40:00 +00:00

Setting height for comment textarea (#253)

This commit is contained in:
nyaazi 2017-06-07 23:53:25 +03:00 committed by Anna-Maria Meriniemi
parent 80fecd5496
commit 9fbaf3c12a

View file

@ -285,6 +285,10 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus {
float: right;
}
#comment {
height: 8em;
}
.avatar {
max-width: 120px;
}
@ -406,4 +410,4 @@ h6:hover .header-anchor {
.bootstrap-select > button {
margin-top: auto;
}
}
}