From 9fbaf3c12a2c1e7e20a72a1c985f5a2e5fb27529 Mon Sep 17 00:00:00 2001 From: nyaazi Date: Wed, 7 Jun 2017 23:53:25 +0300 Subject: [PATCH] Setting height for comment textarea (#253) --- nyaa/static/css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index f61efad..d361049 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -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; } -} \ No newline at end of file +}