Fixed downloading related issues

- Fixed album cover download and saving
- Fixed download list initialization on reload
- Adjusted download object layout
This commit is contained in:
RemixDev
2020-04-14 12:58:31 +02:00
parent 5e7e53c30a
commit 8a3aaf9aba
2 changed files with 18 additions and 6 deletions

View File

@@ -265,7 +265,6 @@ div#download_tab{
#download_list > .download_object .download_info_status{
margin-left: 8px;
width: 80px;
text-align: right;
}
#download_list.slim > .download_object .download_info img{
display: none;
@@ -277,7 +276,7 @@ div#download_tab{
display: inline-block;
}
#download_list.slim > .download_object .download_info_data{
width: calc(80% - 8px);
width: calc(80% - 16px);
display: inline-block;
padding-left: 0px;
}
@@ -389,6 +388,10 @@ p, .tracks_table td.breakline{
display: flex;
align-items:center;
}
.secondary-text .material-icons{
font-size: 17px !important;
margin-left: 4px;
}
button{
font-family : inherit;
font-weight: 600;