Misc style improvements and code cleanup

This commit is contained in:
Isaac Abadi
2022-12-29 13:58:04 -06:00
parent cc2be46ad8
commit 1d10d36304
7 changed files with 24 additions and 11 deletions

View File

@@ -79,7 +79,7 @@
Download
</ng-container>
</button>
<button (click)="cancelDownload()" style="float: right" *ngIf="!!current_download" mat-stroked-button color="warn">
<button (click)="cancelDownload()" style="margin-left: 8px; margin-bottom: 8px" *ngIf="!!current_download" mat-stroked-button color="warn">
<ng-container i18n="Cancel download button">
Cancel
</ng-container>