]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-overview.component.scss
Add language filters in user preferences
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
index e7dc60b4b8164271952da6cc16034ee27d571883..ade6f53b7d20e99551962e54c9695e3554d4bdb9 100644 (file)
@@ -1,46 +1,11 @@
 @import '_variables';
 @import '_mixins';
+@import '_miniature';
 
-.section {
-  padding-top: 10px;
-
-  &:first-child {
-    padding-top: 30px;
-  }
-
-  my-video-miniature {
-    text-align: left;
-  }
+.margin-content {
+  @include adapt-margin-content-width;
 }
 
-.section-title {
-  font-size: 17px;
-  font-weight: $font-semibold;
-  margin-bottom: 20px;
-
-  a {
-    @include disable-default-a-behaviour;
-
-    color: #000;
-  }
-}
-
-.channel {
-  .section-title a {
-    display: flex;
-    width: fit-content;
-    align-items: center;
-
-    img {
-      @include avatar(30px);
-
-      margin-right: 10px;
-    }
-  }
+.section {
+  @include miniature-rows;
 }
-
-@media screen and (max-width: 500px) {
-  .section {
-    @include video-miniature-small-screen;
-  }
-}
\ No newline at end of file