diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-04 17:30:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-04 17:31:30 +0200 |
commit | 6aff854c0e56a11b61fa1130763c7c86e46a4c4d (patch) | |
tree | e76567630c72e882f25b36993a482956eb411b80 /client/src/app/shared | |
parent | 0292eb8c88e83b418db403144cbb3732d5721eaf (diff) | |
download | PeerTube-6aff854c0e56a11b61fa1130763c7c86e46a4c4d.tar.gz PeerTube-6aff854c0e56a11b61fa1130763c7c86e46a4c4d.tar.zst PeerTube-6aff854c0e56a11b61fa1130763c7c86e46a4c4d.zip |
Fix overview page on mobile
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.scss | 27 |
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 | } |