From e206b83e74d3550c9bb5eacb1e23eaa54661ff74 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 17 May 2021 21:14:00 +0200 Subject: [PATCH] move the error overlay so it doesn't block the title menu buttons --- htdocs/css/openwebrx.css | 37 +++-- htdocs/index.html | 282 ++++++++++++++++++++------------------- 2 files changed, 166 insertions(+), 153 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index b0c3740..434f410 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -750,19 +750,19 @@ img.openwebrx-mirror-img } .openwebrx-overlay { - position: fixed; - width: 100%; - height: 100%; - margin: 0; - padding: 0; - opacity: 0.8; - background-color: #777; - left: 0; - top: 0; - z-index: 1001; - color: white; - font-weight: bold; - font-size: 20pt; + position: absolute; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + opacity: 0.8; + background-color: #777; + left: 0; + top: 0; + z-index: 1001; + color: white; + font-weight: bold; + font-size: 20pt; } #openwebrx-autoplay-overlay @@ -1325,4 +1325,15 @@ img.openwebrx-mirror-img #openwebrx-waterfall-colors-auto.highlighted .auto { display: none; +} + +.openwebrx-waterfall-container { + flex-grow: 1; + display: flex; + flex-direction: column; + position: relative; +} + +.openwebrx-waterfall-container > * { + flex: 0 0 auto; } \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index d81266b..f02166b 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -41,149 +41,158 @@
${header} -
-
-
- +
+
+
+
+ +
-
-
-
- +
+
+ +
-
-
-
-
- Under construction -
We're working on the code right now, so the application might fail. -
-