]> 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3f9c73a29251a291523db91292f1951cea1af11f 100644 (file)
@@ -0,0 +1,23 @@
+@import '_mixins';
+
+.videos {
+  text-align: center;
+
+  my-video-miniature {
+    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;
+  }
+}