]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Merge branch 'release/v1.0.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index b75907dc930538677a37c8112ced0c9eddf4ee42..92998cb44909a7a8eb1725d907c479e1c7c30f8d 100644 (file)
@@ -8,38 +8,31 @@
   }
 }
 
-my-video-feed {
-  display: inline-block;
-  margin-left: -45px;
-}
-
-@media screen and (max-width: 500px) {
-  .videos {
-    text-align: center;
-
-    /deep/ .video-miniature {
-      padding-right: 0;
-      height: auto;
-      width: 100%;
-      margin-bottom: 20px;
+.videos-header {
+  display: flex;
+  height: 80px;
+  align-items: center;
 
-      .video-miniature-information {
-        width: 100% !important;
+  .title-page.title-page-single {
+    margin: 0 5px 0 0;
+  }
 
-        span {
-          width: 100%;
-        }
-      }
+  my-video-feed {
+    display: inline-block;
+    position: relative;
+    top: 1px;
+  }
 
-      /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;
   }
 }