From aa3ca9a4ad39e17cdf4dde54e380c5edebc3544c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 27 May 2023 19:32:44 +0400 Subject: [PATCH] Free space section was renamed to more logical occupied space. --- web/assets/css/main.css | 2 +- web/templates/index.jade | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)