]> 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 0f0ff20f0bb3ccb97d80ec349cf96f4455bde15c..3f9c73a29251a291523db91292f1951cea1af11f 100644 (file)
@@ -1,3 +1,5 @@
+@import '_mixins';
+
 .videos {
   text-align: center;
 
@@ -6,26 +8,16 @@
   }
 }
 
-@media screen and (max-width: 400px) and (min-resolution: 1.5dppx) {
-  .videos {
-    text-align: center;
-
-    /deep/ .video-miniature {
-      padding-right: 0;
-      height: 215px;
-      width: 100%;
-
-      .video-miniature-information {
-        width: 100%;
-      }
+.title-page.title-page-single {
+  margin-right: 5px;
+}
 
-      /deep/ .video-thumbnail {
-        width: 100%;
+my-video-feed {
+  display: inline-block;
+}
 
-        img {
-          width: 100%;
-        }
-      }
-    }
+@media screen and (max-width: 500px) {
+  .videos {
+    @include video-miniature-small-screen;
   }
 }