]> 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 52797bc6cf2e1261fe96842aae47038de8a8e78a..3f9c73a29251a291523db91292f1951cea1af11f 100644 (file)
@@ -1,3 +1,5 @@
+@import '_mixins';
+
 .videos {
   text-align: center;
 
@@ -5,3 +7,17 @@
     text-align: left;
   }
 }
+
+.title-page.title-page-single {
+  margin-right: 5px;
+}
+
+my-video-feed {
+  display: inline-block;
+}
+
+@media screen and (max-width: 500px) {
+  .videos {
+    @include video-miniature-small-screen;
+  }
+}