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;