Free space section was renamed to more logical occupied space.
This commit is contained in:
parent
96fd7e5883
commit
aa3ca9a4ad
@ -147,7 +147,7 @@ nav h1 {
|
||||
|
||||
section { margin-top: 1rem; }
|
||||
|
||||
#used-space div span { margin: 0 .2rem; }
|
||||
#occupied-space div span { margin: 0 .2rem; }
|
||||
|
||||
footer {
|
||||
font-size: .8rem;
|
||||
|
@ -9,8 +9,8 @@ block body
|
||||
h2 Rules
|
||||
p Maximum file size is #{fileMaxSize} and it will be kept for #{keepForHours} hours.
|
||||
p Content you upload should comply with Russian Federation's law. Generally speaking, anything illegal, like CP, extremist literature, and so on is forbidden.
|
||||
section#used-space.center
|
||||
h2 Free space
|
||||
section#occupied-space.center
|
||||
h2 Occupied space
|
||||
div
|
||||
span #{storageUsedStr}
|
||||
progress(value=storageUsed max=storageCapacity)
|
||||
|
Loading…
Reference in New Issue
Block a user