]> 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 913fcfe22320030f7e99060d23fbe4b2e54e375d..65842af35f71a037692845aa0830c5ac855f161c 100644 (file)
@@ -1,4 +1,5 @@
 @import '_mixins';
+@import '_miniature';
 
 .videos {
   text-align: center;
@@ -8,41 +9,31 @@
   }
 }
 
-.title-page.title-page-single {
-  margin-right: 5px;
-}
+.videos-header {
+  display: flex;
+  height: 80px;
+  align-items: center;
+
+  .title-page.title-page-single {
+    margin: 0 5px 0 0;
+  }
 
-my-video-feed {
-  display: inline-block;
+  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 {
-    text-align: center;
-
-    /deep/ .video-miniature {
-      padding-right: 0;
-      height: auto;
-      width: 100%;
-      margin-bottom: 20px;
-
-      .video-miniature-information {
-        width: 100% !important;
-
-        span {
-          width: 100%;
-        }
-      }
-
-      /deep/ .video-thumbnail {
-        width: 100%;
-        height: auto;
-
-        img {
-          width: 100%;
-          height: auto;
-        }
-      }
-    }
+    @include video-miniature-small-screen;
   }
 }