mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-15 16:41:27 +03:00
Fixed file type dropdown margin
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div style="position: absolute; margin-left: -8px; margin-top: 5px; scale: 0.8">
|
<div style="position: absolute; margin-left: 8px; margin-top: 5px; scale: 0.8">
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<mat-label><ng-container i18n="File type">File type</ng-container></mat-label>
|
<mat-label><ng-container i18n="File type">File type</ng-container></mat-label>
|
||||||
<mat-select color="accent" [(ngModel)]="fileTypeFilter" (selectionChange)="fileTypeFilterChanged($event.value)">
|
<mat-select color="accent" [(ngModel)]="fileTypeFilter" (selectionChange)="fileTypeFilterChanged($event.value)">
|
||||||
|
|||||||
Reference in New Issue
Block a user