From bce47964f6241ae56f61089d144b29eb9b5da6d3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Mar 2019 14:05:36 +0100 Subject: Add video channel view --- client/src/app/videos/+video-watch/video-watch.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') 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 e1cb249ef..281b9240b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -43,11 +43,12 @@ $other-videos-width: 260px; .playlist { width: 400px; height: 66vh; - background-color: #e4e4e4; + background-color: var(--mainBackgroundColor); overflow-y: auto; .playlist-info { padding: 5px 30px; + background-color: #e4e4e4; .playlist-display-name { font-size: 18px; -- cgit v1.2.3