Added remove from queue button

This commit is contained in:
RemixDev
2020-04-11 15:43:59 +02:00
parent 8dbd1b892c
commit c8a4c5217c
2 changed files with 33 additions and 1 deletions

View File

@@ -259,6 +259,15 @@ div#download_tab{
display: block;
}
.download_object > .download_bar{
display: flex;
align-items: center;
height: 24px;
}
.download_object > .download_bar > .progress{
margin: 0px;
}
/* Global stuff */
img.rounded {
border-radius: 5px;