X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-playlists%2Fmy-account-video-playlist-elements.component.scss;h=13a4b0074f75f9273aeb486e1aeca343b472af07;hb=2711491ce1903adafb6a7768569a46ef68bfcd10;hp=4531e475a151bbe1721eb05ee5215e25ed0931c2;hpb=10846ef656585ee857ec43fc22b490409ddd0d44;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss index 4531e475a..13a4b0074 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss @@ -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 { @@ -18,6 +20,20 @@ } } +.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; @@ -50,11 +66,3 @@ margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1); } } - -@media not all and (hover: hover) and (pointer: fine) { - .video { - .more { - opacity: 1; - } - } -}