]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/abstract-video-list.scss
Try to fix docker automatic build (again...)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
CommitLineData
3daf4002
C
1.videos {
2 text-align: center;
3
4 my-video-miniature {
5 text-align: left;
6 }
7}
7193ad10 8
3290f37c 9@media screen and (max-width: 500px) {
7193ad10
C
10 .videos {
11 text-align: center;
12
13 /deep/ .video-miniature {
14 padding-right: 0;
3290f37c 15 height: auto;
7193ad10 16 width: 100%;
3290f37c 17 margin-bottom: 20px;
7193ad10
C
18
19 .video-miniature-information {
3290f37c
C
20 width: 100% !important;
21
22 span {
23 width: 100%;
24 }
7193ad10
C
25 }
26
27 /deep/ .video-thumbnail {
28 width: 100%;
d6bd50ba 29 height: auto;
7193ad10
C
30
31 img {
32 width: 100%;
d6bd50ba 33 height: auto;
7193ad10
C
34 }
35 }
36 }
37 }
38}