aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/action-dropdown.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-20 20:14:58 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-20 21:15:28 +0100
commit3921166d78540a08d329793c9c2f952135c6fd67 (patch)
tree0f036d15013a0a25e63135fdba595c3b535dc291 /client/src/app/shared/buttons/action-dropdown.component.ts
parent223b24e618146f85b20b5bf365bc18d14a5964cd (diff)
downloadPeerTube-3921166d78540a08d329793c9c2f952135c6fd67.tar.gz
PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.tar.zst
PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.zip
(css) vertical-center modals, bullet as separator
Diffstat (limited to 'client/src/app/shared/buttons/action-dropdown.component.ts')
-rw-r--r--client/src/app/shared/buttons/action-dropdown.component.ts2
1 files changed, 1 insertions, 1 deletions
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<T> {
23 @Input() actions: DropdownAction<T>[] | DropdownAction<T>[][] = [] 23 @Input() actions: DropdownAction<T>[] | DropdownAction<T>[][] = []
24 @Input() entry: T 24 @Input() entry: T
25 25
26 @Input() placement = 'bottom-left' 26 @Input() placement = 'bottom-left auto'
27 27
28 @Input() buttonSize: DropdownButtonSize = 'normal' 28 @Input() buttonSize: DropdownButtonSize = 'normal'
29 @Input() buttonDirection: DropdownDirection = 'horizontal' 29 @Input() buttonDirection: DropdownDirection = 'horizontal'