mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Refactor comment add css
This commit is contained in:
parent
2df6f943b8
commit
fe88ca697d
8 changed files with 190 additions and 214 deletions
|
@ -18,6 +18,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
|
|||
@Input() prependActions: DropdownAction<{ user: User, account: Account }>[]
|
||||
|
||||
@Input() buttonSize: 'normal' | 'small' = 'normal'
|
||||
@Input() buttonStyled = true
|
||||
@Input() placement = 'right-top right-bottom auto'
|
||||
@Input() label: string
|
||||
@Input() container: 'body' | undefined = undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue