X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-playlists%2Fmy-account-video-playlists.component.scss;h=aed3302ba45b37d1489cfac0776f7dd726b0108d;hb=ece3029bd99a76b3c48a1cc8c58914c5cf61f106;hp=dd5712c06d39f4753fdf4cf8d1599131d88839f0;hpb=03652b3179b7d3d2959b68318fdc5e00f94eb95f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss index dd5712c06..aed3302ba 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss @@ -29,15 +29,21 @@ .video-playlist-buttons { min-width: 190px; + height: max-content; } } .video-playlists-header { - text-align: right; + display: flex; + justify-content: space-between; margin: 20px 0 50px; + + input[type=text] { + @include peertube-input-text(300px); + } } -@media screen and (max-width: 800px) { +@media screen and (max-width: $small-view) { .video-playlists-header { text-align: center; } @@ -48,4 +54,16 @@ margin-top: 10px; } } + + my-video-playlist-miniature ::ng-deep .miniature { + flex-direction: column; + + .miniature-info { + margin-left: 0 !important; + } + + .miniature-name { + max-width: $video-thumbnail-width; + } + } }