mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:29:59 +00:00
Setting height for comment textarea (#253)
This commit is contained in:
parent
80fecd5496
commit
9fbaf3c12a
|
@ -285,6 +285,10 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#comment {
|
||||||
|
height: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
max-width: 120px;
|
max-width: 120px;
|
||||||
}
|
}
|
||||||
|
@ -406,4 +410,4 @@ h6:hover .header-anchor {
|
||||||
.bootstrap-select > button {
|
.bootstrap-select > button {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue