mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
Setting height for comment textarea (#253)
This commit is contained in:
parent
80fecd5496
commit
9fbaf3c12a
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue