]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-overview.component.scss
Fix anonymous nsfw policy
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
index 8d66cf80a003a969ff038bc15d9f4fdf34e4b66a..c1d10188ae257774fc92342b7c7215e05b1b9f9d 100644 (file)
@@ -1,22 +1,16 @@
 @import '_variables';
 @import '_mixins';
-
-.section {
-  padding-top: 10px;
-
-  &:first-child {
-    padding-top: 30px;
-  }
-}
+@import '_miniature';
 
 .section-title {
-  font-size: 17px;
-  font-weight: $font-semibold;
-  margin-bottom: 20px;
+  // make the element span a full grid row within .videos grid
+  grid-column: 1 / -1;
+}
 
-  a {
-    @include disable-default-a-behaviour;
+.margin-content {
+  @include fluid-videos-miniature-layout;
+}
 
-    color: #000;
-  }
-}
\ No newline at end of file
+.section {
+  @include miniature-rows;
+}