]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Changelog typos
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index 3fdfcefa0f1223ddd7d021b06202375b9d3c5489..98b80fdfd10d1ac9897a63fb4552af5df1c028ab 100644 (file)
@@ -1,37 +1,42 @@
-.videos {
-  text-align: center;
+@import '_mixins';
+@import '_miniature';
 
-  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 {
-    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%;
-
-        img {
-          height: auto;
-          width: 100%;
-        }
-      }
-    }
+.date-title {
+  font-size: 16px;
+  font-weight: $font-semibold;
+  margin-bottom: 20px;
+  margin-top: -10px;
+  padding-top: 20px;
+
+  &:not(:first-child) {
+    border-top: 1px solid $separator-border-color;
   }
 }
+
+.margin-content {
+  @include adapt-margin-content-width;
+}
+