]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Add Nederlands and Português (Portugal)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index 63538a089914aa2bbf88a2fc13dacc10c6f1c27d..65842af35f71a037692845aa0830c5ac855f161c 100644 (file)
@@ -1,3 +1,6 @@
+@import '_mixins';
+@import '_miniature';
+
 .videos {
   text-align: center;
 
@@ -6,33 +9,31 @@
   }
 }
 
-@media screen and (max-width: 500px) {
-  .videos {
-    text-align: center;
+.videos-header {
+  display: flex;
+  height: 80px;
+  align-items: center;
 
-    /deep/ .video-miniature {
-      padding-right: 0;
-      height: auto;
-      width: 100%;
-      margin-bottom: 20px;
-
-      .video-miniature-information {
-        width: 100% !important;
+  .title-page.title-page-single {
+    margin: 0 5px 0 0;
+  }
 
-        span {
-          width: 100%;
-        }
-      }
+  my-feed {
+    display: inline-block;
+    top: 1px;
+    min-width: 60px;
+  }
 
-      /deep/ .video-thumbnail {
-        width: 100%;
-        height: auto;
+  .moderation-block {
+    display: flex;
+    flex-grow: 1;
+    justify-content: flex-end;
+    align-items: center;
+  }
+}
 
-        img {
-          width: 100%;
-          height: auto;
-        }
-      }
-    }
+@media screen and (max-width: 500px) {
+  .videos {
+    @include video-miniature-small-screen;
   }
 }