]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/abstract-video-list.scss
Add service worker
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
1 .videos {
2 text-align: center;
3
4 my-video-miniature {
5 text-align: left;
6 }
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 }