summaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-11-07 09:58:46 -0500
committerGitHub <noreply@github.com>2020-11-07 09:58:46 -0500
commitf4325b7db9dcfc68daefab349ec70256e9a05bea (patch)
treebf3cad0d8c34cdd2aac7246452d3a4bd0e398de9 /ext/bg/settings.html
parent9c6ff387a0836a78b7a755cfc99828e09d6a6cf8 (diff)
Fix byte count labels (#998)
* Add 'TB' label * Prevent overflow * Fix storage information on the old settings page
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index fbd777d8..67a2d75c 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -818,14 +818,14 @@
</p>
</div>
- <div id="storage-use" hidden>
- <p class="help-block" class="storage-use-invalid">
+ <div id="storage-use">
+ <p class="help-block storage-use-invalid">
Yomichan is using an indeterminate amount of storage.
</p>
- <p class="help-block" class="storage-use-finite" hidden>
+ <p class="help-block storage-use-finite" hidden>
Yomichan is using approximately <strong class="storage-usage"></strong> of <strong class="storage-quota"></strong>.
</p>
- <p class="help-block" class="storage-use-infinite" hidden>
+ <p class="help-block storage-use-infinite" hidden>
Yomichan is permitted <strong>unlimited storage</strong>.
</p>
</div>