From: Chocobozzz Date: Mon, 7 May 2018 09:24:42 +0000 (+0200) Subject: Add support section in video channel about page X-Git-Tag: v1.0.0-beta.4~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b0ae905e7b95a218d087d669c74d86a2679174ab;p=oweals%2Fpeertube.git Add support section in video channel about page --- diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html index 65ad6f541..a4338121f 100644 --- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html +++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html @@ -1,12 +1,20 @@
-
Description
-
{{ getVideoChannelDescription() }}
+
+
Description
+
{{ getVideoChannelDescription() }}
+
+ +
+
Support this channel
+
{{ videoChannel.support }}
+
-
Stats
- -
Created {{ videoChannel.createdAt | date }}
+
+
Stats
+
Created {{ videoChannel.createdAt | date }}
+
\ No newline at end of file diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss index b1be7d4ed..5bcd4b561 100644 --- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss +++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss @@ -1,8 +1,12 @@ @import '_variables'; @import '_mixins'; -.small-title { - @include in-content-small-title; +.block { + margin-bottom: 40px; - margin-bottom: 20px; + .small-title { + @include in-content-small-title; + + margin-bottom: 20px; + } }