progress bar in kinda the right sopt

This commit is contained in:
SpikeHD
2022-05-09 22:34:29 -07:00
parent c6f5b8a174
commit 203e2f8efa
2 changed files with 8 additions and 6 deletions

View File

@@ -29,4 +29,11 @@ body {
.TopButton img {
height: 80%;
vertical-align: super;
}
#DownloadProgress {
position: absolute;
top: 85%;
left: 5%;
width: 60%;
}

View File

@@ -27,12 +27,7 @@ function App() {
<ServerLaunchSection />
<div id="downloadProgress" style={{
position: 'absolute',
top: '50%',
left: '50%',
width: '50%'
}}>
<div id="DownloadProgress">
<ProgressBar path="S:/Cultivation/grassclipper.zip" downloadManager={downloadHandler} />
</div>