mini downloads tweaks

This commit is contained in:
SpikeHD
2022-05-15 18:41:51 -07:00
parent 941911f478
commit a7b12c83f8

View File

@@ -64,6 +64,14 @@
justify-content: flex-start;
}
.ProgressBarWrapper .InnerProgress {
background-color: #ffc61e;
}
.ProgressBarWrapper .ProgressBar {
border: none;
}
.DownloadControls {
display: flex;
flex-direction: row;