]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Feature/completeUsernameCopy (#1913)
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / account-video-channels / account-video-channels.component.scss
index c9c7fa8ebed28fbdf059633f51c8baa240e2d7e4..98931f0c2542dbfcc3d28a74ceb0e9de5c75624b 100644 (file)
@@ -1,30 +1,28 @@
 @import '_variables';
 @import '_mixins';
+@import '_miniature';
 
-.row {
-  text-align: center;
+.margin-content {
+  @include adapt-margin-content-width;
 }
 
-a.video-channel {
-  @include disable-default-a-behaviour;
+.section {
+  @include miniature-rows;
 
-  display: inline-block;
-  text-align: center;
-  color: #000;
-  margin: 10px 30px;
+  overflow: visible; // For the subscribe dropdown
+  padding-top: 0 !important;
 
-  img {
-    @include avatar(80px);
-
-    margin-bottom: 10px;
+  .section-title {
+    align-items: center;
   }
 
-  .video-channel-display-name {
-    font-size: 20px;
-    font-weight: $font-bold;
-  }
+  .videos {
+    overflow: hidden;
 
-  .video-channel-followers {
-    font-size: 15px;
+    .no-results {
+      height: 50px;
+    }
   }
-}
\ No newline at end of file
+}
+
+