X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fabstract-video-list.ts;h=2cd5bc3937b964675c301b54c79365a8282580ed;hb=e5fc7811ae0b0513470add9dbe237755bec7cceb;hp=b0633be4abfc85dc570205ba103c5284e45f34b9;hpb=7b95f31385eca59ac18197539de30268acc18986;p=github%2FChocobozzz%2FPeerTube.git 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 { displayModerationBlock = false titleTooltip: string - protected baseVideoWidth = 215 - protected baseVideoHeight = 205 + protected baseVideoWidth = 238 + protected baseVideoHeight = 225 protected abstract notifier: Notifier protected abstract authService: AuthService