Fix textarea size
This commit is contained in:
parent
36f772fd8f
commit
06827932a2
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue