From d794137057fc5fcea10ddd29f82e79ee2412fea4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Mar 2021 11:21:10 +0200 Subject: Refactor horizontal margins --- .../app/+my-library/my-videos/my-videos.component.scss | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'client/src/app/+my-library/my-videos/my-videos.component.scss') diff --git a/client/src/app/+my-library/my-videos/my-videos.component.scss b/client/src/app/+my-library/my-videos/my-videos.component.scss index 59fc5fe80..57473896b 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.scss +++ b/client/src/app/+my-library/my-videos/my-videos.component.scss @@ -112,21 +112,6 @@ my-edit-button { } } -// Adapt my-video-miniature on small screens with menu -@media screen and (min-width: $small-view) and (max-width: #{breakpoint(lg) + ($not-expanded-horizontal-margins / 3) * 2}) { - :host-context(.main-col:not(.expanded)) { - ::ng-deep { - .video-miniature { - flex-direction: column; - - .video-miniature-name { - max-width: $video-thumbnail-width; - } - } - } - } -} - @media screen and (max-width: $mobile-view) { .videos-header { flex-direction: column; -- cgit v1.2.3