mirror of https://github.com/Chocobozzz/PeerTube
Fix cancel upload button style
parent
c3b21b68b5
commit
41e59dbe9b
|
@ -66,7 +66,10 @@
|
||||||
<span *ngIf="videoUploadPercents !== 100 || videoUploaded">{{ videoUploadPercents }}%</span>
|
<span *ngIf="videoUploadPercents !== 100 || videoUploaded">{{ videoUploadPercents }}%</span>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
|
|
||||||
<div *ngIf="error && enableRetryAfterError" class="upload-progress-retry">
|
<div *ngIf="error && enableRetryAfterError" class="upload-progress-retry">
|
||||||
|
|
Loading…
Reference in New Issue