mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Improve (accessibility title) and move action-buttons on left in tables (#2980)
* Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
This commit is contained in:
parent
8d987ec63e
commit
30814423ae
19 changed files with 104 additions and 73 deletions
|
@ -19,7 +19,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
|
|||
@Input() prependActions: DropdownAction<{ user: User, account: Account }>[]
|
||||
|
||||
@Input() buttonSize: 'normal' | 'small' = 'normal'
|
||||
@Input() placement = 'left-top left-bottom auto'
|
||||
@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