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; } +