diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-05-05 12:02:57 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-05-05 12:02:57 +0200 |
commit | 97601690d690c17432129bc6f7ae8c5b71b95966 (patch) | |
tree | 15ebe0ae51875c6cafda6d5298792a51960d60ee /client/src/app/shared | |
parent | f66b8d1226a48cd963ff25835d85ab40e0391c21 (diff) | |
download | PeerTube-97601690d690c17432129bc6f7ae8c5b71b95966.tar.gz PeerTube-97601690d690c17432129bc6f7ae8c5b71b95966.tar.zst PeerTube-97601690d690c17432129bc6f7ae8c5b71b95966.zip |
Fix video-abuse-details avatar display and user-list dropdown placement
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/moderation/user-moderation-dropdown.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts index 9197556b0..c8ccaa800 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts | |||
@@ -20,7 +20,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges { | |||
20 | @Input() account: Account | 20 | @Input() account: Account |
21 | 21 | ||
22 | @Input() buttonSize: 'normal' | 'small' = 'normal' | 22 | @Input() buttonSize: 'normal' | 'small' = 'normal' |
23 | @Input() placement = 'left' | 23 | @Input() placement = 'left-top left-bottom auto' |
24 | @Input() label: string | 24 | @Input() label: string |
25 | 25 | ||
26 | @Output() userChanged = new EventEmitter() | 26 | @Output() userChanged = new EventEmitter() |