diff --git a/client/css/style.css b/client/css/style.css index eb009b8..912b80b 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -107,10 +107,14 @@ h2 { } #chat .window { background: #fff; + display: none; height: 100%; position: absolute; width: 100%; } +#chat .window.active { + display: block; +} #chat .network .close, #chat .network .users { display: none; diff --git a/client/index.html b/client/index.html index f734a92..4115e5c 100644 --- a/client/index.html +++ b/client/index.html @@ -58,12 +58,7 @@ @@ -89,20 +84,10 @@