From 22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Aug 2018 16:18:59 +0200 Subject: Add local user subscriptions --- .../src/app/+video-channels/video-channels.component.html | 3 ++- .../src/app/+video-channels/video-channels.component.scss | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'client/src/app/+video-channels') diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index 5a69a82a0..1941a2eab 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html @@ -8,6 +8,8 @@
{{ videoChannel.displayName }}
{{ videoChannel.nameWithHost }}
+ +
{{ videoChannel.followersCount }} subscribers
@@ -20,7 +22,6 @@ diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index 909b65bc7..a63b1ec06 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -3,4 +3,19 @@ .sub-menu { @include sub-menu-with-actor; + + .actor, .actor-info { + width: 100%; + } + + .actor-name { + flex-grow: 1; + } + + my-subscribe-button { + /deep/ span[role=button] { + padding: 7px 12px; + font-size: 16px; + } + } } \ No newline at end of file -- cgit v1.2.3