From f2bbd1e1b1eb662184b00e59c210042e5b39499e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 16 Jul 2018 15:17:50 +0200 Subject: Fix responsive in my channel/my videos pages --- .../my-account-video-channels.component.scss | 8 ++++++++ .../my-account-videos/my-account-videos.component.scss | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'client/src/app') diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index 56a637a82..f047bb411 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss @@ -56,11 +56,19 @@ } @media screen and (max-width: 800px) { + .video-channels-header { + text-align: center; + } + .video-channel { flex-direction: column; height: auto; text-align: center; + .video-channel-names { + justify-content: center; + } + img { margin-right: 0; } 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 1f22aec71..65c0c8bb2 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 @@ -100,6 +100,10 @@ height: auto; text-align: center; + .video-info-name { + margin: auto; + } + input[type=checkbox] { display: none; } -- cgit v1.2.3