Fix textarea size
authorChocobozzz <me@florianbigard.com>
Tue, 5 May 2020 09:40:15 +0000 (11:40 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 5 May 2020 11:54:30 +0000 (13:54 +0200)
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.scss
client/src/sass/include/_mixins.scss

index 21c180a701ed6b4ccf13e95b8c058d761a542643..cc35aec57d97bcd2580d1ebf32cceda0e06ff13e 100644 (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;
 }
 
index 61fecb48a93605a666ba3b4d90ce5ab57c2a9069..f384cbfab6f1e0aa23ffed245312ec2aae8127d7 100644 (file)
   font-size: 90%;
   color: var(--mainForegroundColor);
   height: $avatar-height;
-  line-height: .9rem;
+  line-height: 1rem;
   margin: .1rem;
   max-width: 320px;
   overflow: hidden;