diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-09 10:59:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-09 10:59:20 +0200 |
commit | 5d6395af72e01ba7c4393b485b7089bcb33e0155 (patch) | |
tree | 1f804edcb6bc43856a48081926b3d33d734db632 /client/src/app/+video-channels | |
parent | 61cbafc1f80a33a895b54b15751a42e0d78af231 (diff) | |
download | PeerTube-5d6395af72e01ba7c4393b485b7089bcb33e0155.tar.gz PeerTube-5d6395af72e01ba7c4393b485b7089bcb33e0155.tar.zst PeerTube-5d6395af72e01ba7c4393b485b7089bcb33e0155.zip |
Add max rows to videos list
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss | 2 |
1 files changed, 1 insertions, 1 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 1e82ac765..b3131de7e 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 | |||
@@ -14,7 +14,7 @@ | |||
14 | } | 14 | } |
15 | 15 | ||
16 | .margin-content { | 16 | .margin-content { |
17 | @include grid-videos-miniature-layout; | 17 | @include grid-videos-miniature-layout-with-margins; |
18 | } | 18 | } |
19 | 19 | ||
20 | @media screen and (max-width: $mobile-view) { | 20 | @media screen and (max-width: $mobile-view) { |