From 8565d61c43c89b22ffed066e7a9330068af67925 Mon Sep 17 00:00:00 2001 From: OmegaRogue Date: Sat, 4 Apr 2020 12:35:55 +0200 Subject: [PATCH] Made http warning and install footer floating Signed-off-by: OmegaRogue --- css/pwa.css | 15 +++++++++++++++ index.html | 19 +++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/css/pwa.css b/css/pwa.css index 6c2a4411d..6035157fa 100644 --- a/css/pwa.css +++ b/css/pwa.css @@ -16,4 +16,19 @@ color: white; font-size: 1em; padding: 0.75em; +} + +.floating header { + position: fixed; + top: 0; + left: 0; + right: 0; +} + +.floating footer { + position: fixed; + padding: .6em; + bottom: 0; + left: 0; + right: 0; } \ No newline at end of file diff --git a/index.html b/index.html index 1e01ce53a..4fc12c17b 100644 --- a/index.html +++ b/index.html @@ -63,18 +63,16 @@ --> + + - - + +

Note: If you have a version of Bangle.js firmware before 2v04, please update to the latest firmware or @@ -148,6 +146,15 @@

+
+ + +
+