]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channel-playlists / video-channel-playlists.component.scss
index acd2e409e002ae563715dc037141eafd97f91ceb..1e82ac765e27753dceedb4c0007a729e82ea3c06 100644 (file)
@@ -8,8 +8,8 @@
   justify-content: center;
 
   .playlist-wrapper {
-    margin-right: 15px;
-    margin-bottom: 30px;
+    @include margin-right(15px);
+    padding-bottom: 15px;
   }
 }
 
@@ -24,9 +24,9 @@
   }
 
   .playlists {
-    justify-content: left;
+    @include margin-left(pvar(--horizontalMarginContent) !important);
+    @include margin-right(pvar(--horizontalMarginContent) !important);
 
-    margin-left: pvar(--horizontalMarginContent) !important;
-    margin-right: pvar(--horizontalMarginContent) !important;
+    justify-content: left;
   }
 }