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; }
|
section { margin-top: 1rem; }
|
||||||
|
|
||||||
#used-space div span { margin: 0 .2rem; }
|
#occupied-space div span { margin: 0 .2rem; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
@ -9,8 +9,8 @@ block body
|
|||||||
h2 Rules
|
h2 Rules
|
||||||
p Maximum file size is #{fileMaxSize} and it will be kept for #{keepForHours} hours.
|
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.
|
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
|
section#occupied-space.center
|
||||||
h2 Free space
|
h2 Occupied space
|
||||||
div
|
div
|
||||||
span #{storageUsedStr}
|
span #{storageUsedStr}
|
||||||
progress(value=storageUsed max=storageCapacity)
|
progress(value=storageUsed max=storageCapacity)
|
||||||
|
Loading…
Reference in New Issue
Block a user