From a8981e0b24ad41d9124344a780d878b08cef173b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Jul 2018 17:54:43 +0200 Subject: [PATCH] Fix UI regressions --- .../my-account-videos.component.scss | 7 +++++++ .../+video-watch/video-watch.component.scss | 17 ++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss index 9cd985273..9df28f472 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss @@ -52,6 +52,13 @@ margin-top: 47px; } + .checkbox-container { + display: flex; + align-items: center; + margin-right: 20px; + margin-left: 12px; + } + my-video-thumbnail { margin-right: 10px; } 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 7bc2cae02..5060867a4 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -341,6 +341,7 @@ .video-miniature-information { flex-grow: 1; + margin-left: 10px; } } } @@ -441,11 +442,7 @@ } .other-videos { - padding-left: 0; - - /deep/ .video-miniature .video-miniature-information { - margin-left: 10px; - } + padding-left: 0 !important; } .privacy-concerns { @@ -474,6 +471,16 @@ } } + .other-videos { + /deep/ .video-miniature { + flex-direction: column; + + .video-miniature-information { + margin-left: 0 !important; + } + } + } + .privacy-concerns { width: 100%;