mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-18 10:04:36 +01:00
show download speed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user