]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/delete-button.component.html
Fix avatar default size
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / delete-button.component.html
CommitLineData
faf7eab7
C
1<span
2 class="action-button action-button-delete grey-button"
3 [ngClass]="{ 'responsive-label': responsiveLabel }" [ngbTooltip]="title" role="button" tabindex="0"
4>
6ad971d5 5 <my-global-icon iconName="delete" aria-hidden="true"></my-global-icon>
eacb25c4
C
6
7 <span class="button-label" *ngIf="label">{{ label }}</span>
eacb25c4 8</span>