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 +}