]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Playlist reorder support
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..65842af35f71a037692845aa0830c5ac855f161c 100644 (file)
@@ -0,0 +1,39 @@
+@import '_mixins';
+@import '_miniature';
+
+.videos {
+  text-align: center;
+
+  my-video-miniature {
+    text-align: left;
+  }
+}
+
+.videos-header {
+  display: flex;
+  height: 80px;
+  align-items: center;
+
+  .title-page.title-page-single {
+    margin: 0 5px 0 0;
+  }
+
+  my-feed {
+    display: inline-block;
+    top: 1px;
+    min-width: 60px;
+  }
+
+  .moderation-block {
+    display: flex;
+    flex-grow: 1;
+    justify-content: flex-end;
+    align-items: center;
+  }
+}
+
+@media screen and (max-width: 500px) {
+  .videos {
+    @include video-miniature-small-screen;
+  }
+}