diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-19 11:06:58 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-19 11:30:21 +0200 |
commit | 2d0d756e855e65e7235a86067b7e695b4ce6fc0f (patch) | |
tree | 9e4d31995a07bd6916343390b7de98c0d8307def /client/src/app/+my-account | |
parent | 2711491ce1903adafb6a7768569a46ef68bfcd10 (diff) | |
download | PeerTube-2d0d756e855e65e7235a86067b7e695b4ce6fc0f.tar.gz PeerTube-2d0d756e855e65e7235a86067b7e695b4ce6fc0f.tar.zst PeerTube-2d0d756e855e65e7235a86067b7e695b4ce6fc0f.zip |
Fix responsive playlist elements
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss | 15 |
1 files changed, 15 insertions, 0 deletions
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 13a4b0074..de7e1993f 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 | |||
@@ -65,4 +65,19 @@ | |||
65 | padding-top: 20px; | 65 | padding-top: 20px; |
66 | margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1); | 66 | margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1); |
67 | } | 67 | } |
68 | |||
69 | .playlist-elements { | ||
70 | padding: 0 !important; | ||
71 | } | ||
72 | |||
73 | ::ng-deep my-video-playlist-element-miniature { | ||
74 | |||
75 | .video { | ||
76 | padding: 5px !important; | ||
77 | } | ||
78 | |||
79 | .position { | ||
80 | margin-right: 5px !important; | ||
81 | } | ||
82 | } | ||
68 | } | 83 | } |