diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-26 16:07:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-26 16:07:36 +0200 |
commit | d3de25552bc84640979888e79af96876b3b6db1a (patch) | |
tree | f13fb17d2802ad24dcbc5b9dce3391c91996c0d8 /client/src | |
parent | 27f4a1ecbc510d315ba12ee5368632b8804e69cf (diff) | |
download | PeerTube-d3de25552bc84640979888e79af96876b3b6db1a.tar.gz PeerTube-d3de25552bc84640979888e79af96876b3b6db1a.tar.zst PeerTube-d3de25552bc84640979888e79af96876b3b6db1a.zip |
Playlist miniature consistency
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss index acd2e409e..c6ef15ba5 100644 --- a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss +++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | .playlist-wrapper { | 10 | .playlist-wrapper { |
11 | margin-right: 15px; | 11 | margin-right: 15px; |
12 | margin-bottom: 30px; | 12 | padding-bottom: 15px; |
13 | } | 13 | } |
14 | } | 14 | } |
15 | 15 | ||
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss b/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss index c5be5f292..99089166c 100644 --- a/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss +++ b/client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss | |||
@@ -42,9 +42,9 @@ | |||
42 | 42 | ||
43 | .miniature-name { | 43 | .miniature-name { |
44 | @include miniature-name; | 44 | @include miniature-name; |
45 | @include ellipsis-multiline(1.3em, 2); | ||
46 | 45 | ||
47 | margin: 0; | 46 | margin-top: 10px; |
47 | margin-bottom: 5px; | ||
48 | } | 48 | } |
49 | 49 | ||
50 | .by { | 50 | .by { |
@@ -56,9 +56,9 @@ | |||
56 | 56 | ||
57 | .privacy-date { | 57 | .privacy-date { |
58 | margin-top: 5px; | 58 | margin-top: 5px; |
59 | font-size: 13px; | ||
59 | 60 | ||
60 | .video-info-privacy { | 61 | .video-info-privacy { |
61 | font-size: 14px; | ||
62 | font-weight: $font-semibold; | 62 | font-weight: $font-semibold; |
63 | 63 | ||
64 | &::after { | 64 | &::after { |