From d607fc24631808fc70ce9fb8ddc323d8f856f8ed Mon Sep 17 00:00:00 2001 From: kimsible Date: Mon, 3 Aug 2020 13:55:48 +0200 Subject: Fix regressions sub-menu titles on mobile-view --- .../my-account-subscriptions.component.scss | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss') diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss index 884959070..5ead45dd8 100644 --- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss +++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss @@ -45,11 +45,11 @@ input[type=text] { } } -@media screen and (max-width: $small-view) { - .video-channels-header { - text-align: center; - } +.video-subscriptions-header { + margin-bottom: 30px; +} +@media screen and (max-width: $small-view) { .video-channel { .video-channel-info { padding-bottom: 10px; @@ -68,4 +68,14 @@ input[type=text] { } } +@media screen and (max-width: $mobile-view) { + .video-subscriptions-header { + flex-direction: column; + + input[type=text] { + width: 100% !important; + } + } +} + -- cgit v1.2.3