diff --git a/client/css/style.css b/client/css/style.css index 43442956..abb66fbe 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1317,6 +1317,14 @@ button { align-items: flex-end; } +#connection-error { + display: none; +} + +#connection-error.shown { + display: block; +} + [contenteditable]:focus { outline: none; } diff --git a/client/index.html b/client/index.html index a1a13c40..3092287d 100644 --- a/client/index.html +++ b/client/index.html @@ -57,6 +57,7 @@