aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
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
parentbbe697cac4eef0070303f0cb96a013049cb5b837 (diff)
downloadPeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.gz
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.zst
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.zip
Increase thumbnails size
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r--client/src/app/shared/video/abstract-video-list.ts4
-rw-r--r--client/src/app/shared/video/video-miniature.component.scss2
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.scss2
3 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts
index b0633be4a..2cd5bc393 100644
--- a/client/src/app/shared/video/abstract-video-list.ts
+++ b/client/src/app/shared/video/abstract-video-list.ts
@@ -41,8 +41,8 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
41 displayModerationBlock = false 41 displayModerationBlock = false
42 titleTooltip: string 42 titleTooltip: string
43 43
44 protected baseVideoWidth = 215 44 protected baseVideoWidth = 238
45 protected baseVideoHeight = 205 45 protected baseVideoHeight = 225
46 46
47 protected abstract notifier: Notifier 47 protected abstract notifier: Notifier
48 protected abstract authService: AuthService 48 protected abstract authService: AuthService
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss
index f44bdf9a9..66e59e6d3 100644
--- a/client/src/app/shared/video/video-miniature.component.scss
+++ b/client/src/app/shared/video/video-miniature.component.scss
@@ -5,7 +5,7 @@
5 display: inline-block; 5 display: inline-block;
6 padding-right: 15px; 6 padding-right: 15px;
7 margin-bottom: 30px; 7 margin-bottom: 30px;
8 height: 175px; 8 height: 195px;
9 vertical-align: top; 9 vertical-align: top;
10 10
11 .video-miniature-information { 11 .video-miniature-information {
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;