diff options
-rw-r--r-- | client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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..d5635417d 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 | |||
@@ -48,4 +48,16 @@ | |||
48 | margin-top: 10px; | 48 | margin-top: 10px; |
49 | } | 49 | } |
50 | } | 50 | } |
51 | |||
52 | my-video-playlist-miniature ::ng-deep .miniature { | ||
53 | flex-direction: column; | ||
54 | |||
55 | .miniature-info { | ||
56 | margin-left: 0 !important; | ||
57 | } | ||
58 | |||
59 | .miniature-name { | ||
60 | max-width: $video-thumbnail-width; | ||
61 | } | ||
62 | } | ||
51 | } | 63 | } |