Fix cancel upload button style

This commit is contained in:
Chocobozzz 2022-11-24 09:14:35 +01:00
parent c3b21b68b5
commit 41e59dbe9b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -66,7 +66,10 @@
<span *ngIf="videoUploadPercents !== 100 || videoUploaded">{{ videoUploadPercents }}%</span>
</div>
</div>
<input *ngIf="videoUploaded === false" type="button" i18n-value="Cancel ongoing upload of a video" value="Cancel" (click)="cancelUpload()" />
<input
*ngIf="videoUploaded === false"
type="button" class="peertube-button grey-button ms-1" i18n-value="Cancel ongoing upload of a video" value="Cancel" (click)="cancelUpload()"
/>
</div>
<div *ngIf="error && enableRetryAfterError" class="upload-progress-retry">