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=d74384293c0219112600a24e844cecc42fb829ef;hpb=9b4b15f91c485f9a7fe2ed314b4101f4b7506b38;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 d74384293..2cd5bc393 100644 --- a/client/src/app/shared/video/abstract-video-list.ts +++ b/client/src/app/shared/video/abstract-video-list.ts @@ -39,11 +39,10 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy { ownerDisplayType: OwnerDisplayType = 'account' firstLoadedPage: number displayModerationBlock = false - trendingDays: number titleTooltip: string - protected baseVideoWidth = 215 - protected baseVideoHeight = 205 + protected baseVideoWidth = 238 + protected baseVideoHeight = 225 protected abstract notifier: Notifier protected abstract authService: AuthService