From 01dbe005e4c5bc8d85362df66d222b39c0a08e6a Mon Sep 17 00:00:00 2001 From: sergiogimenez Date: Wed, 26 Feb 2025 18:44:50 +0100 Subject: [PATCH] Add UI polishing for the demo --- .../templates/tabs/environmental_impact.html | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/device/templates/tabs/environmental_impact.html b/device/templates/tabs/environmental_impact.html index f7f7b8f..e714558 100644 --- a/device/templates/tabs/environmental_impact.html +++ b/device/templates/tabs/environmental_impact.html @@ -4,12 +4,7 @@
{% trans 'Environmental Impact Details' %}

-
-
- {% trans 'Carbon Saved' %} -
-
{{ impact.carbon_saved|default:'0.0' }} kg
-
+
{% trans 'While device is being used' %}
@@ -18,6 +13,18 @@
{{ impact.co2_emissions|default:'0.0' }} kg
+
+
+
+ + +
+
+
+
- -