WIP : Indicate to users how "trending" works (#1458)
[oweals/peertube.git] / client / src / app / shared / video / abstract-video-list.scss
index 3f9c73a29251a291523db91292f1951cea1af11f..292ede698eb2c056932ef556eebfed856dd2a9fb 100644 (file)
@@ -8,12 +8,27 @@
   }
 }
 
-.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) {