From a314b2c2750ce652dc015747de7394056acf2ea3 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Thu, 14 Sep 2023 19:03:43 +0200 Subject: [PATCH] remove no longer needed css var --footer-height; Fix overlaying of websocket fallback notification --- public/styles.css | 2 -- public_included_ws_fallback/index.html | 12 +++++------- public_included_ws_fallback/styles.css | 13 ++----------- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/public/styles.css b/public/styles.css index 9cc9348..be72759 100644 --- a/public/styles.css +++ b/public/styles.css @@ -281,8 +281,6 @@ x-noscript { margin-top: 56px; flex-direction: column-reverse; flex-grow: 1; - --footer-height: 132px; - max-height: calc(100vh - 56px - var(--footer-height)); justify-content: space-around; align-items: center; overflow-x: hidden; diff --git a/public_included_ws_fallback/index.html b/public_included_ws_fallback/index.html index 110b998..85e4e1b 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -95,13 +95,6 @@ -
-
- Traffic is - routed through the server - if WebRTC is not available. -
-
@@ -118,6 +111,11 @@ data-drop-bg="Release to select recipient">

+
+ Traffic is + routed through the server + if WebRTC is not available. +