From 6aff854c0e56a11b61fa1130763c7c86e46a4c4d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 4 Sep 2018 17:30:57 +0200 Subject: Fix overview page on mobile --- .../src/app/shared/video/abstract-video-list.scss | 27 +--------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'client/src/app/shared/video/abstract-video-list.scss') diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 91091a5bb..3f9c73a29 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -18,31 +18,6 @@ my-video-feed { @media screen and (max-width: 500px) { .videos { - text-align: center; - - /deep/ .video-miniature { - padding-right: 0; - height: auto; - width: 100%; - margin-bottom: 20px; - - .video-miniature-information { - width: 100% !important; - - span { - width: 100%; - } - } - - .video-thumbnail { - width: 100%; - height: auto; - - img { - width: 100%; - height: auto; - } - } - } + @include video-miniature-small-screen; } } -- cgit v1.2.3