diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-02 11:31:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-02 11:31:33 +0200 |
commit | b63331ec38eef16bf3e6f44e0b3e81b357607e71 (patch) | |
tree | e61a7309db22ab380becfc39a6d1d4e0d526cfd1 /client | |
parent | 58f3c3f1095de8d1f8bad3fbf61efb4366ae41fc (diff) | |
download | PeerTube-b63331ec38eef16bf3e6f44e0b3e81b357607e71.tar.gz PeerTube-b63331ec38eef16bf3e6f44e0b3e81b357607e71.tar.zst PeerTube-b63331ec38eef16bf3e6f44e0b3e81b357607e71.zip |
Fix overflow in playlist list
Diffstat (limited to 'client')
-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 | } |