download sections and progess bars

This commit is contained in:
SpikeHD
2022-05-11 19:20:08 -07:00
parent de9f9e1404
commit 414a9eaa86
10 changed files with 123 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
.MiniDialog {
position: fixed;
z-index: 99;
/* Temp positions */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* Len and width */
height: 30%;
width: 30%;
background: #fff;
padding: 20px;
border-radius: 10px;
}