From 75236b98782c337959853ad3d2e981a01c599cff Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Mar 2018 09:18:26 +0200 Subject: 4 lines per page instead of 3 for videos list --- client/src/app/shared/video/abstract-video-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/video') diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts index c3543cfaa..c18ebcf54 100644 --- a/client/src/app/shared/video/abstract-video-list.ts +++ b/client/src/app/shared/video/abstract-video-list.ts @@ -13,7 +13,7 @@ import { SortField } from './sort-field.type' import { Video } from './video.model' export abstract class AbstractVideoList implements OnInit, OnDestroy { - private static LINES_PER_PAGE = 3 + private static LINES_PER_PAGE = 4 @ViewChild('videosElement') videosElement: ElementRef @ViewChild(InfiniteScrollerDirective) infiniteScroller: InfiniteScrollerDirective -- cgit v1.2.3