diff --git a/web/assets/css/main.css b/web/assets/css/main.css index 14c504a..1ff74c3 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -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; diff --git a/web/templates/index.jade b/web/templates/index.jade index 23c87af..2d6596a 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -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)