]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Fix client build
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index 913fcfe22320030f7e99060d23fbe4b2e54e375d..3f9c73a29251a291523db91292f1951cea1af11f 100644 (file)
@@ -18,31 +18,6 @@ my-video-feed {
 
 @media screen and (max-width: 500px) {
   .videos {
-    text-align: center;
-
-    /deep/ .video-miniature {
-      padding-right: 0;
-      height: auto;
-      width: 100%;
-      margin-bottom: 20px;
-
-      .video-miniature-information {
-        width: 100% !important;
-
-        span {
-          width: 100%;
-        }
-      }
-
-      /deep/ .video-thumbnail {
-        width: 100%;
-        height: auto;
-
-        img {
-          width: 100%;
-          height: auto;
-        }
-      }
-    }
+    @include video-miniature-small-screen;
   }
 }