mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
File card download progress bars now maintain same width as file cards, appear rounded at the bottom, and are positioned right at the bottom of each card
This commit is contained in:
@@ -111,6 +111,9 @@ mat-form-field.mat-form-field {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
width: 150px;
|
||||
border-radius: 0px 0px 4px 4px;
|
||||
overflow: hidden;
|
||||
bottom: 12px;
|
||||
}
|
||||
|
||||
.add-playlist-button {
|
||||
@@ -132,4 +135,10 @@ mat-form-field.mat-form-field {
|
||||
|
||||
.no-border-radius-top {
|
||||
border-radius: 0px 0px 4px 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.download-progress-bar {
|
||||
width: 125px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user