mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-22 04:53:19 +03:00
Minor style edits in subscribe dialog
This commit is contained in:
@@ -25,8 +25,9 @@
|
|||||||
<mat-checkbox [(ngModel)]="download_all"><ng-container i18n="Download all uploads subscription setting">Download all uploads</ng-container></mat-checkbox>
|
<mat-checkbox [(ngModel)]="download_all"><ng-container i18n="Download all uploads subscription setting">Download all uploads</ng-container></mat-checkbox>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12" *ngIf="!download_all">
|
<div class="col-12" *ngIf="!download_all">
|
||||||
<ng-container i18n="Download time range prefix">Download videos uploaded in the last</ng-container>
|
<span i18n="Download time range prefix">Download videos uploaded in the last</span>
|
||||||
<mat-form-field color="accent" style="width: 50px; text-align: center; margin-left: 10px;">
|
<div>
|
||||||
|
<mat-form-field color="accent" style="width: 100px; text-align: center;">
|
||||||
<input type="number" matInput [(ngModel)]="timerange_amount">
|
<input type="number" matInput [(ngModel)]="timerange_amount">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field class="unit-select">
|
<mat-form-field class="unit-select">
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-12 mt-2">
|
<div class="col-12 mt-2">
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<mat-label i18n="Max quality">Max quality</mat-label>
|
<mat-label i18n="Max quality">Max quality</mat-label>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.unit-select {
|
.unit-select {
|
||||||
width: 75px;
|
width: 100px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user