From 7193ad1044d2dfad8f929f0951f9a3601c056f67 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Feb 2018 17:31:05 +0100 Subject: Add service worker --- .../src/app/shared/video/abstract-video-list.scss | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (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 52797bc6c..0f0ff20f0 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -5,3 +5,27 @@ text-align: left; } } + +@media screen and (max-width: 400px) and (min-resolution: 1.5dppx) { + .videos { + text-align: center; + + /deep/ .video-miniature { + padding-right: 0; + height: 215px; + width: 100%; + + .video-miniature-information { + width: 100%; + } + + /deep/ .video-thumbnail { + width: 100%; + + img { + width: 100%; + } + } + } + } +} -- cgit v1.2.3