From 4d5e572f52e000034abb076e4bf7d7044d704f94 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Apr 2021 16:14:34 +0200 Subject: Account/channel videos display as rows --- .../video-channel-videos/video-channel-videos.component.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/+video-channels/video-channel-videos') diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts index 5e2af1b92..e05b06e5c 100644 --- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts +++ b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts @@ -112,4 +112,8 @@ export class VideoChannelVideosComponent extends AbstractVideoList implements On this.reloadVideos() } + + displayAsRow () { + return this.screenService.isInMobileView() + } } -- cgit v1.2.3