aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-08 17:31:05 +0100
committerChocobozzz <me@florianbigard.com>2018-02-08 17:31:05 +0100
commit7193ad1044d2dfad8f929f0951f9a3601c056f67 (patch)
treee40ab985552696caad2e09861842d043e436fe7d /client/src/app/shared/video/abstract-video-list.scss
parent151edeee3a1bff047bda4cdb60d98ad74f627488 (diff)
downloadPeerTube-7193ad1044d2dfad8f929f0951f9a3601c056f67.tar.gz
PeerTube-7193ad1044d2dfad8f929f0951f9a3601c056f67.tar.zst
PeerTube-7193ad1044d2dfad8f929f0951f9a3601c056f67.zip
Add service worker
Diffstat (limited to 'client/src/app/shared/video/abstract-video-list.scss')
-rw-r--r--client/src/app/shared/video/abstract-video-list.scss24
1 files changed, 24 insertions, 0 deletions
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 @@
5 text-align: left; 5 text-align: left;
6 } 6 }
7} 7}
8
9@media screen and (max-width: 400px) and (min-resolution: 1.5dppx) {
10 .videos {
11 text-align: center;
12
13 /deep/ .video-miniature {
14 padding-right: 0;
15 height: 215px;
16 width: 100%;
17
18 .video-miniature-information {
19 width: 100%;
20 }
21
22 /deep/ .video-thumbnail {
23 width: 100%;
24
25 img {
26 width: 100%;
27 }
28 }
29 }
30 }
31}