]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / account-video-channels / account-video-channels.component.scss
index 2dfb057e74a5140ba02ba18fbbaf434bd8e6ccaa..da3751b478501606a3b8e8cf220f6509252487af 100644 (file)
 
   my-actor-avatar {
     @include actor-avatar-size(75px);
+    @include margin-right(15px);
 
     grid-column: 1;
     grid-row: 1 / 3;
-    margin-right: 15px;
   }
 
   a {
   }
 
   .actor-counters {
+    @include margin-left(15px);
+
     grid-row: 1;
     grid-column: 3;
     color: pvar(--greyForegroundColor);
     font-size: 16px;
     display: flex;
     align-items: center;
-    margin-left: 15px;
   }
 
   .actor-counters > *:not(:last-child)::after {
@@ -92,7 +93,7 @@ my-subscribe-button {
   overflow: hidden;
 
   my-video-miniature {
-    margin-right: 15px;
+    @include margin-right(15px);
     min-width: $video-thumbnail-medium-width;
     max-width: $video-thumbnail-medium-width;
   }