diff --git a/client/css/style.css b/client/css/style.css index e34f89f7..abb66fbe 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1302,7 +1302,6 @@ button { -webkit-flex: 0 0 auto; flex: 0 0 auto; padding: 5px; - position: relative; } #windows #form .input { @@ -1320,23 +1319,10 @@ button { #connection-error { display: none; - align-items: center; - justify-content: center; - line-height: 1; - background: #f44336; - color: #fff; - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - padding: 5px; - z-index: 30; - cursor: pointer; } #connection-error.shown { - display: flex; + display: block; } [contenteditable]:focus { diff --git a/client/index.html b/client/index.html index 01004283..3092287d 100644 --- a/client/index.html +++ b/client/index.html @@ -57,8 +57,8 @@
+
-
Client connection lost. Click to reconnect.