mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-05 17:56:53 +01:00
progress bar in kinda the right sopt
This commit is contained in:
@@ -29,4 +29,11 @@ body {
|
|||||||
.TopButton img {
|
.TopButton img {
|
||||||
height: 80%;
|
height: 80%;
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
|
}
|
||||||
|
|
||||||
|
#DownloadProgress {
|
||||||
|
position: absolute;
|
||||||
|
top: 85%;
|
||||||
|
left: 5%;
|
||||||
|
width: 60%;
|
||||||
}
|
}
|
||||||
@@ -27,12 +27,7 @@ function App() {
|
|||||||
|
|
||||||
<ServerLaunchSection />
|
<ServerLaunchSection />
|
||||||
|
|
||||||
<div id="downloadProgress" style={{
|
<div id="DownloadProgress">
|
||||||
position: 'absolute',
|
|
||||||
top: '50%',
|
|
||||||
left: '50%',
|
|
||||||
width: '50%'
|
|
||||||
}}>
|
|
||||||
|
|
||||||
<ProgressBar path="S:/Cultivation/grassclipper.zip" downloadManager={downloadHandler} />
|
<ProgressBar path="S:/Cultivation/grassclipper.zip" downloadManager={downloadHandler} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user