From df8914c9a2d6dbb435460b9e252a771cac47880b Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Mar 2020 01:29:11 +0100 Subject: More modern avatar upload, quota represented with progress bars --- .../my-account-settings/my-account-settings.component.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-settings.component.html') diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html index ddcde828c..6fee087fb 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -8,13 +8,17 @@
- - {{ userVideoQuotaUsed | bytes: 0 }} used / {{ userVideoQuota }} +
+
{{ userVideoQuotaUsed | bytes: 0 }}
+ {{ userVideoQuota }} +
-
- - {{ userVideoQuotaUsedDaily | bytes: 0 }} used / {{ userVideoQuotaDaily }} +
+
+
{{ userVideoQuotaUsedDaily | bytes: 0 }}
+ {{ userVideoQuotaDaily }} +
-- cgit v1.2.3