From cf78883c70dca99fc519374d55620d9403d482be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Jun 2020 14:33:33 +0200 Subject: Limit thumbnail sizes --- .../shared/video/video-miniature.component.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'client/src/app/shared/video/video-miniature.component.html') diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index 575505f63..d37ab478d 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -9,32 +9,34 @@
- {{ video.name }} -
- +
+ Avatar +
+ {{ video.name }} + - + {video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} - + {{ video.byVideoChannel }} - +
{{ video.privacy.label }} - -- cgit v1.2.3