aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-09 10:59:20 +0200
committerChocobozzz <me@florianbigard.com>2021-06-09 10:59:20 +0200
commit5d6395af72e01ba7c4393b485b7089bcb33e0155 (patch)
tree1f804edcb6bc43856a48081926b3d33d734db632 /client/src/app/+video-channels
parent61cbafc1f80a33a895b54b15751a42e0d78af231 (diff)
downloadPeerTube-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.scss2
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) {