]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-overview.component.scss
Refractor notification service
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
index 8d66cf80a003a969ff038bc15d9f4fdf34e4b66a..aff45c0729cd0df64483747449b91022cbc3ad4f 100644 (file)
@@ -7,16 +7,47 @@
   &:first-child {
     padding-top: 30px;
   }
+
+  my-video-miniature {
+    text-align: left;
+  }
 }
 
 .section-title {
-  font-size: 17px;
+  font-size: 24px;
   font-weight: $font-semibold;
-  margin-bottom: 20px;
+  margin-bottom: 10px;
 
   a {
-    @include disable-default-a-behaviour;
+    &:hover, &:focus:not(.focus-visible), &:active {
+      text-decoration: none;
+      outline: none;
+    }
+
+    color: var(--mainForegroundColor);
+  }
+}
+
+.channel {
+  .section-title a {
+    display: flex;
+    width: fit-content;
+    align-items: center;
+
+    img {
+      @include avatar(28px);
+
+      margin-right: 8px;
+    }
+  }
+}
+
+@media screen and (max-width: 500px) {
+  .section-title {
+    font-size: 17px;
+  }
 
-    color: #000;
+  .section {
+    @include video-miniature-small-screen;
   }
 }
\ No newline at end of file