From f5392aea9f6abf0422b8054657b914420d703d33 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sat, 25 Feb 2023 12:33:18 -0500 Subject: [PATCH] Resolves #74 --- app/data/cfg.json | 2 +- app/display.html | 23 ++++++++++++++++------- app/lib/display/index.js | 1 + app/lib/display/index.js.map | 2 +- app/package-lock.json | 2 +- app/package.json | 2 +- data/cfg.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- processing/mcopy/cfg.json | 2 +- src/display/index.ts | 1 + 11 files changed, 27 insertions(+), 16 deletions(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index 47e3829..423de9f 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.11", + "version": "1.7.12", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/display.html b/app/display.html index 8446d80..9171bac 100644 --- a/app/display.html +++ b/app/display.html @@ -13,6 +13,10 @@ body.meter { background: rgb(117, 117, 117); } + body.meter #img, + body.meter #can { + display : none; + } #img { position: absolute; /*background-image: url(".../img/background.jpg");*/ @@ -46,16 +50,15 @@