]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/moderation/user-moderation-dropdown.component.ts
Add ability to bulk delete comments
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / moderation / user-moderation-dropdown.component.ts
index 9197556b037a70f165a3e7abfa6c29f013cb1f7d..f8ad7ce13f9ca54a3fc128a9e764e636308f74ea 100644 (file)
@@ -20,8 +20,9 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
   @Input() account: Account
 
   @Input() buttonSize: 'normal' | 'small' = 'normal'
-  @Input() placement = 'left'
+  @Input() placement = 'left-top left-bottom auto'
   @Input() label: string
+  @Input() container: 'body' | undefined = undefined
 
   @Output() userChanged = new EventEmitter()
   @Output() userDeleted = new EventEmitter()