From 72315d2b34f6d2c12484aae67d23b6b9e96c0cd9 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Tue, 9 May 2023 15:28:54 -0500 Subject: [PATCH] Update interface.html Lots of fixes, fairly reliable now. GadgetBridge throws a "Malformed JSON from Bangle.js: No value for t" --- apps/shadowclk/interface.html | 146 ++++++++++++++++++---------------- 1 file changed, 76 insertions(+), 70 deletions(-) diff --git a/apps/shadowclk/interface.html b/apps/shadowclk/interface.html index b914e0163..fd29b7cee 100644 --- a/apps/shadowclk/interface.html +++ b/apps/shadowclk/interface.html @@ -2,6 +2,7 @@
+ @@ -79,12 +80,16 @@ margin-top: 20px; } - #message { + #message-container { + height: 40px; + /* adjust the height based on your desired fixed height */ + margin-top: 20px; text-align: center; } +