aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.ts
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/abstract-video-list.ts
parentbbe697cac4eef0070303f0cb96a013049cb5b837 (diff)
downloadPeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.gz
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.zst
PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.zip
Increase thumbnails size
Diffstat (limited to 'client/src/app/shared/video/abstract-video-list.ts')
-rw-r--r--client/src/app/shared/video/abstract-video-list.ts4
1 files changed, 2 insertions, 2 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