1
0
Fork 0

Free space section was renamed to more logical occupied space.

This commit is contained in:
Alexander Andreev 2023-05-27 19:32:44 +04:00
parent 96fd7e5883
commit aa3ca9a4ad
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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)