aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared')
-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}