mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-18 10:04:36 +01:00
delete download when stopping
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
.ProgressText {
|
||||
color: #c5c5c5;
|
||||
padding: 0px 10px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.MainProgressBarWrapper {
|
||||
@@ -46,7 +47,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.DownloadControls {
|
||||
@@ -64,4 +65,8 @@
|
||||
|
||||
.DownloadControls div img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.downloadStop:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user