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 --- .../app/videos/+video-watch/video-watch.component.html | 9 +++++---- .../app/videos/+video-watch/video-watch.component.scss | 17 ++++++++++++----- 2 files changed, 17 insertions(+), 9 deletions(-) (limited to 'client/src/app/videos/+video-watch') diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index c275258ef..8a49e3566 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -42,16 +42,17 @@ Video channel avatar - + +
- - By {{ video.by }} + + By {{ video.byAccount }} Account avatar - +
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 1354de32e..5bf2f485a 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -125,6 +125,14 @@ margin: -2px 2px 0 5px; } } + + my-subscribe-button { + /deep/ span[role=button] { + font-size: 13px !important; + } + + margin-left: 5px; + } } .video-info-by { @@ -369,7 +377,10 @@ .video-miniature-information { flex-grow: 1; - margin-left: 10px; + } + + .video-thumbnail { + margin-right: 10px } } } @@ -502,10 +513,6 @@ .other-videos { /deep/ .video-miniature { flex-direction: column; - - .video-miniature-information { - margin-left: 0 !important; - } } } -- cgit v1.2.3