aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss
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/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss
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/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss')
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss9
1 files changed, 3 insertions, 6 deletions
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss
index 6b7274480..5a9a926fe 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss
@@ -1,10 +1,7 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3@import '_miniature';
3 4
4my-video-miniature { 5.root {
5 @include margin-right(15px); 6 @include grid-videos-miniature-layout;
6
7 display: inline-block;
8 min-width: $video-thumbnail-width;
9 max-width: $video-thumbnail-width;
10} 7}