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/+videos | |
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/+videos')
-rw-r--r-- | client/src/app/+videos/video-list/overview/video-overview.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/video-list/overview/video-overview.component.scss b/client/src/app/+videos/video-list/overview/video-overview.component.scss index cb3ae2b9b..cb9308dda 100644 --- a/client/src/app/+videos/video-list/overview/video-overview.component.scss +++ b/client/src/app/+videos/video-list/overview/video-overview.component.scss | |||
@@ -8,7 +8,7 @@ | |||
8 | } | 8 | } |
9 | 9 | ||
10 | .margin-content { | 10 | .margin-content { |
11 | @include grid-videos-miniature-layout; | 11 | @include grid-videos-miniature-layout-with-margins; |
12 | } | 12 | } |
13 | 13 | ||
14 | .section { | 14 | .section { |