mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-04 19:21:28 +03:00
Misc style improvements and code cleanup
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<mat-list-option [selected]="selected_data.includes(file.uid)" *ngFor="let file of paged_data" [value]="file">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-10">
|
||||
<div class="col-10 select-file-title">
|
||||
<mat-icon class="audio-video-icon">{{(file.type === 'audio' || file.isAudio) ? 'audiotrack' : 'movie'}}</mat-icon>
|
||||
{{file.title}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user