aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-thumbnail.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-20 13:59:31 +0100
committerChocobozzz <me@florianbigard.com>2019-02-20 13:59:31 +0100
commite5fc7811ae0b0513470add9dbe237755bec7cceb (patch)
tree7ce59f8cb9b389d27256b2032d3316d1c2eeb686 /client/src/app/shared/video/video-thumbnail.component.scss
parentbbe697cac4eef0070303f0cb96a013049cb5b837 (diff)
downloadPeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.gz
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.zst
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.zip
Increase thumbnails size
Diffstat (limited to 'client/src/app/shared/video/video-thumbnail.component.scss')
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss
index 4772edaf0..97a0e72ed 100644
--- a/client/src/app/shared/video/video-thumbnail.component.scss
+++ b/client/src/app/shared/video/video-thumbnail.component.scss
@@ -4,7 +4,7 @@
4.video-thumbnail { 4.video-thumbnail {
5 display: inline-block; 5 display: inline-block;
6 position: relative; 6 position: relative;
7 border-radius: 4px; 7 border-radius: 3px;
8 overflow: hidden; 8 overflow: hidden;
9 width: $video-thumbnail-width; 9 width: $video-thumbnail-width;
10 height: $video-thumbnail-height; 10 height: $video-thumbnail-height;