]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Improve channel card custom markup
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / account-video-channels / account-video-channels.component.scss
index da3751b478501606a3b8e8cf220f6509252487af..60914ec121ddc4c221b045b81b8ebd038180a1af 100644 (file)
 
   .actor-counters {
     @include margin-left(15px);
+    @include actor-counters;
 
     grid-row: 1;
     grid-column: 3;
-    color: pvar(--greyForegroundColor);
-    font-size: 16px;
-    display: flex;
-    align-items: center;
-  }
-
-  .actor-counters > *:not(:last-child)::after {
-    content: '•';
-    margin: 0 10px;
-    color: pvar(--mainColor);
   }
 
   .description-html {
@@ -94,6 +85,7 @@ my-subscribe-button {
 
   my-video-miniature {
     @include margin-right(15px);
+
     min-width: $video-thumbnail-medium-width;
     max-width: $video-thumbnail-medium-width;
   }