From: Chocobozzz Date: Wed, 20 Dec 2017 16:49:58 +0000 (+0100) Subject: Design modals X-Git-Tag: v0.0.1-alpha~96 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5f0805d39b94eb2de1b73e0f43ac8685ae900994;hp=cb9244de975909bac2922c4412fd948646ff3ba7;p=github%2FChocobozzz%2FPeerTube.git Design modals --- diff --git a/client/src/app/core/confirm/confirm.component.html b/client/src/app/core/confirm/confirm.component.html index 31b735f97..cc2c28de2 100644 --- a/client/src/app/core/confirm/confirm.component.html +++ b/client/src/app/core/confirm/confirm.component.html @@ -3,17 +3,23 @@ diff --git a/client/src/app/videos/+video-edit/shared/video-description.component.scss b/client/src/app/videos/+video-edit/shared/video-description.component.scss index d6a5190c5..2c731bee3 100644 --- a/client/src/app/videos/+video-edit/shared/video-description.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-description.component.scss @@ -2,11 +2,8 @@ @import '_mixins'; textarea { - @include peertube-input-text(100%); + @include peertube-textarea(100%, 150px); - padding: 5px 15px; - font-size: 15px; - height: 150px; margin-bottom: 15px; } diff --git a/client/src/app/videos/+video-watch/video-download.component.html b/client/src/app/videos/+video-watch/video-download.component.html index 7efc79e93..f8f17a471 100644 --- a/client/src/app/videos/+video-watch/video-download.component.html +++ b/client/src/app/videos/+video-watch/video-download.component.html @@ -1,29 +1,40 @@