diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-22 11:43:09 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-22 11:43:09 +0200 |
commit | 11975ce845e95543cc81145a825cc02438b934d9 (patch) | |
tree | f7f7c83ae9e73728bc06d87d1888f70e8f368478 /client/src/app/videos | |
parent | 419633ce9df63d7964872e833faa8b603d4e0ebf (diff) | |
download | PeerTube-11975ce845e95543cc81145a825cc02438b934d9.tar.gz PeerTube-11975ce845e95543cc81145a825cc02438b934d9.tar.zst PeerTube-11975ce845e95543cc81145a825cc02438b934d9.zip |
Client: increase min height for videos list
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/video-list/video-list.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/video-list/video-list.component.scss b/client/src/app/videos/video-list/video-list.component.scss index fdff42c41..010f0dbfe 100644 --- a/client/src/app/videos/video-list/video-list.component.scss +++ b/client/src/app/videos/video-list/video-list.component.scss | |||
@@ -24,7 +24,7 @@ | |||
24 | } | 24 | } |
25 | 25 | ||
26 | .videos-miniatures { | 26 | .videos-miniatures { |
27 | min-height: 650px; | 27 | min-height: 720px; |
28 | 28 | ||
29 | my-video-miniature { | 29 | my-video-miniature { |
30 | transition: all 0.5s ease; | 30 | transition: all 0.5s ease; |