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:
Isaac Grynsztein
2020-03-27 15:56:34 -04:00
parent b993c8e1d6
commit 57234b4690

View File

@@ -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;
}
}