From 1a9d8484593905626045e1194523edf999b9716a Mon Sep 17 00:00:00 2001 From: Kobe Date: Tue, 27 May 2025 14:37:23 +0200 Subject: [PATCH] fix more colors --- templates/components/storage_usage.html | 2 +- templates/components/trash_type.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/components/storage_usage.html b/templates/components/storage_usage.html index 2f4123a..a90899a 100644 --- a/templates/components/storage_usage.html +++ b/templates/components/storage_usage.html @@ -16,7 +16,7 @@ {% for type in storage_by_type %}
-
+
{{ type.extension|upper }}:
{{ format_size(type.total_size) }}
diff --git a/templates/components/trash_type.html b/templates/components/trash_type.html index 353545c..8b59aa5 100644 --- a/templates/components/trash_type.html +++ b/templates/components/trash_type.html @@ -14,7 +14,7 @@ {% for type in trash_by_type %}
-
+
{{ type.extension|upper }}:
{{ type.count }}