Fix textarea size

pull/2737/head
Chocobozzz 2020-05-05 11:40:15 +02:00
parent 36f772fd8f
commit 06827932a2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 8 additions and 2 deletions

View File

@ -5,9 +5,15 @@ h2 {
margin-bottom: 20px;
}
textarea,
input:not([type=submit]) {
@include peertube-input-text(340px);
display: block;
}
textarea {
@include peertube-textarea(340px, 200px);
display: block;
}

View File

@ -833,7 +833,7 @@
font-size: 90%;
color: var(--mainForegroundColor);
height: $avatar-height;
line-height: .9rem;
line-height: 1rem;
margin: .1rem;
max-width: 320px;
overflow: hidden;