From 21540fecc2968f0bbded29f34cedb012ecf9acba Mon Sep 17 00:00:00 2001 From: GreenWizard2015 Date: Thu, 16 May 2024 16:59:49 +0000 Subject: [PATCH] remove debug code and adjust css --- ui/src/App.css | 1 - ui/src/components/TeaLevel.js | 5 ----- 2 files changed, 6 deletions(-) diff --git a/ui/src/App.css b/ui/src/App.css index 2914275..8018e3a 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -10,6 +10,5 @@ .hold-to-pour-image { object-fit: contain; - width: 25%; height: auto; } \ No newline at end of file diff --git a/ui/src/components/TeaLevel.js b/ui/src/components/TeaLevel.js index 9f2eec7..3a4045f 100644 --- a/ui/src/components/TeaLevel.js +++ b/ui/src/components/TeaLevel.js @@ -70,11 +70,6 @@ function TeaLevel({ -
-

speed: {speed} %/s

-

duration: {lastOperationDuration} ms

-

last tea level: {lastTeaLevel.toFixed(2)}%

-