]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Add zh-Hans-CN to client.sh
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index 63538a089914aa2bbf88a2fc13dacc10c6f1c27d..3f9c73a29251a291523db91292f1951cea1af11f 100644 (file)
@@ -1,3 +1,5 @@
+@import '_mixins';
+
 .videos {
   text-align: center;
 
@@ -6,33 +8,16 @@
   }
 }
 
-@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%;
-        }
-      }
+.title-page.title-page-single {
+  margin-right: 5px;
+}
 
-      /deep/ .video-thumbnail {
-        width: 100%;
-        height: auto;
+my-video-feed {
+  display: inline-block;
+}
 
-        img {
-          width: 100%;
-          height: auto;
-        }
-      }
-    }
+@media screen and (max-width: 500px) {
+  .videos {
+    @include video-miniature-small-screen;
   }
 }