]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
Remove unused class in playlists elements
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-playlists / my-account-video-playlist-elements.component.scss
index 4531e475a151bbe1721eb05ee5215e25ed0931c2..13a4b0074f75f9273aeb486e1aeca343b472af07 100644 (file)
@@ -10,7 +10,9 @@
   padding: 10px;
 
   display: flex;
-  justify-content: center;
+  flex-direction: column;
+  justify-content: flex-start;
+  align-items: center;
 
   /* fix ellipsis dots background color */
   ::ng-deep .miniature-name::after {
   }
 }
 
+.playlist-buttons {
+  display:flex;
+  margin: 30px 0 10px 0;
+
+  .share-button {
+    @include peertube-button;
+    @include button-with-icon(17px, 3px, -1px);
+    @include grey-button;
+    @include apply-svg-color(pvar(--actionButtonColor));
+
+    margin-right: 10px;
+  }
+}
+
 // Thanks Angular CDK <3 https://material.angular.io/cdk/drag-drop/examples
 .cdk-drag-preview {
   box-sizing: border-box;
     margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1);
   }
 }
-
-@media not all and (hover: hover) and (pointer: fine) {
-  .video {
-    .more {
-      opacity: 1;
-    }
-  }
-}