From d6eceef4e3ecc09b774f2ff73e63439775f620d1 Mon Sep 17 00:00:00 2001 From: Mihail Slobodyanuk Date: Sun, 11 Dec 2022 12:37:47 +0200 Subject: [PATCH] Added footer with service and UI version RIVM-15 --- contrib/ui/mesh-ui/ui/index.html | 17 +++++++++++++---- contrib/ui/mesh-ui/webview.go | 3 +++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/contrib/ui/mesh-ui/ui/index.html b/contrib/ui/mesh-ui/ui/index.html index f1a4c3a8..08a04873 100755 --- a/contrib/ui/mesh-ui/ui/index.html +++ b/contrib/ui/mesh-ui/ui/index.html @@ -273,7 +273,6 @@ .column { max-height: 350px; - display: flex; flex-direction: column; justify-content: space-between; @@ -321,11 +320,15 @@ img { display: block; } + + html, body { + height: 100vh; + } -
+
-
+ -