From 826318652d0bf3fcf409412b205ba08a4b3eec89 Mon Sep 17 00:00:00 2001 From: Karlsson Winkels Date: Thu, 25 Jul 2024 10:51:39 +0200 Subject: [PATCH] small styling changes --- src/routes/slave-status-display.svelte | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/routes/slave-status-display.svelte b/src/routes/slave-status-display.svelte index 918d637..e289319 100644 --- a/src/routes/slave-status-display.svelte +++ b/src/routes/slave-status-display.svelte @@ -11,10 +11,10 @@

Slave #{id}

-
Error:
{status.error}
-
Min. cell voltage:
{Math.round(status.minCellVolt*100)/100}V
-
Max. cell voltage:
{Math.round(status.maxCellVolt*100)/100}V
-
Max. temperature:
{Math.round(status.maxTemp*100)/100}°
+
Error:
{status.error}
+
Min. cell voltage:
{Math.round(status.minCellVolt*100)/100}V
+
Max. cell voltage:
{Math.round(status.maxCellVolt*100)/100}V
+
Max. temperature:
{Math.round(status.maxTemp*100)/100}°