From 3921166d78540a08d329793c9c2f952135c6fd67 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 20 Dec 2019 20:14:58 +0100 Subject: (css) vertical-center modals, bullet as separator --- client/src/app/shared/buttons/action-dropdown.component.ts | 2 +- client/src/app/shared/video/video-miniature.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/buttons/action-dropdown.component.ts b/client/src/app/shared/buttons/action-dropdown.component.ts index a4200f70f..5330ca220 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.ts +++ b/client/src/app/shared/buttons/action-dropdown.component.ts @@ -23,7 +23,7 @@ export class ActionDropdownComponent { @Input() actions: DropdownAction[] | DropdownAction[][] = [] @Input() entry: T - @Input() placement = 'bottom-left' + @Input() placement = 'bottom-left auto' @Input() buttonSize: DropdownButtonSize = 'normal' @Input() buttonDirection: DropdownDirection = 'horizontal' diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index c4b713073..23a7dbb1e 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -20,7 +20,7 @@ - - + {{ video.views | myNumberFormatter }} views -- cgit v1.2.3