nicer display of upload progress info
This commit is contained in:
parent
8b5e9b76bb
commit
c76baec1c1
3 changed files with 54 additions and 15 deletions
|
@ -27,6 +27,27 @@ body {
|
|||
margin: 10px auto;
|
||||
}
|
||||
|
||||
#progress {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 15px;
|
||||
row-gap: 5px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#progress_percentage {
|
||||
flex-grow: 1;
|
||||
}
|
||||
#progress_size {
|
||||
flex-grow: 3;
|
||||
}
|
||||
#progress_rate {
|
||||
flex-grow: 2;
|
||||
}
|
||||
#progress_eta {
|
||||
flex-grow: 3;
|
||||
}
|
||||
|
||||
#progress_bar {
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue