show download speed

This commit is contained in:
SpikeHD
2022-05-13 23:36:18 -07:00
parent 73138cb686
commit 01133861f6
8 changed files with 52 additions and 23 deletions

View File

@@ -22,12 +22,17 @@
background-color: #fff;
}
.MainProgressText,
.ProgressText {
color: #c5c5c5;
padding: 0px 10px;
width: 30%;
}
.MainProgressText {
width: 100%;
}
.MainProgressBarWrapper {
display: flex;
flex-direction: column;
@@ -37,7 +42,7 @@
color: #fff;
}
.MainProgressBarWrapper .ProgressText {
.MainProgressBarWrapper .MainProgressText {
font-size: 20px;
font-weight: bold;
color: #fff !important;