aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-04 17:30:57 +0200
committerChocobozzz <me@florianbigard.com>2018-09-04 17:31:30 +0200
commit6aff854c0e56a11b61fa1130763c7c86e46a4c4d (patch)
treee76567630c72e882f25b36993a482956eb411b80 /client/src/app/shared/video/abstract-video-list.scss
parent0292eb8c88e83b418db403144cbb3732d5721eaf (diff)
downloadPeerTube-6aff854c0e56a11b61fa1130763c7c86e46a4c4d.tar.gz
PeerTube-6aff854c0e56a11b61fa1130763c7c86e46a4c4d.tar.zst
PeerTube-6aff854c0e56a11b61fa1130763c7c86e46a4c4d.zip
Fix overview page on mobile
Diffstat (limited to 'client/src/app/shared/video/abstract-video-list.scss')
-rw-r--r--client/src/app/shared/video/abstract-video-list.scss27
1 files changed, 1 insertions, 26 deletions
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 {
18 18
19@media screen and (max-width: 500px) { 19@media screen and (max-width: 500px) {
20 .videos { 20 .videos {
21 text-align: center; 21 @include video-miniature-small-screen;
22
23 /deep/ .video-miniature {
24 padding-right: 0;
25 height: auto;
26 width: 100%;
27 margin-bottom: 20px;
28
29 .video-miniature-information {
30 width: 100% !important;
31
32 span {
33 width: 100%;
34 }
35 }
36
37 .video-thumbnail {
38 width: 100%;
39 height: auto;
40
41 img {
42 width: 100%;
43 height: auto;
44 }
45 }
46 }
47 } 22 }
48} 23}