aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.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/sass/include/_variables.scss
parentbbe697cac4eef0070303f0cb96a013049cb5b837 (diff)
downloadPeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.gz
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.zst
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.zip
Increase thumbnails size
Diffstat (limited to 'client/src/sass/include/_variables.scss')
-rw-r--r--client/src/sass/include/_variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 3780b7501..56ca4c2d3 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -44,8 +44,8 @@ $footer-margin: 30px;
44 44
45$footer-border-color: $header-border-color; 45$footer-border-color: $header-border-color;
46 46
47$video-thumbnail-height: 110px; 47$video-thumbnail-height: 122px;
48$video-thumbnail-width: 200px; 48$video-thumbnail-width: 223px;
49 49
50$theater-bottom-space: 115px; 50$theater-bottom-space: 115px;
51 51