From 22642ad39d860e2fc2866cd2d3bc2ad4aa96421b Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Wed, 15 Jun 2022 10:48:27 +0200 Subject: [PATCH] fix inaccurate warning positioning --- html/index.html | 21 +++++++++++---------- html/style.css | 7 +++++++ 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/html/index.html b/html/index.html index a519d97..a1375a7 100644 --- a/html/index.html +++ b/html/index.html @@ -25,16 +25,6 @@ -
@@ -1031,6 +1021,17 @@
+ + diff --git a/html/style.css b/html/style.css index fa3ace4..69e0109 100644 --- a/html/style.css +++ b/html/style.css @@ -251,6 +251,13 @@ select { text-align: center; } +.inaccurate_warning { + position: absolute; top: calc( 25px * var(--SCALE)); left: calc( 280px * var(--SCALE)); + width: 50%; + background-color: var(--BGCOLOR1); + padding: calc( 5px * var(--SCALE)); +} + #js_error { position: absolute; bottom: 5px;