From 08f385db448e0b6f79adc76eaadffa6e29b3bd39 Mon Sep 17 00:00:00 2001 From: Evert Date: Thu, 6 Apr 2017 18:55:30 +0300 Subject: [PATCH] lots of changes --- client/index.css | 3 +- client/index.html | 1 + client/index.js | 144 ++++++++++++++++++++++++++++++++++++++++------ server.js | 75 +++++++++++++++--------- 4 files changed, 180 insertions(+), 43 deletions(-) diff --git a/client/index.css b/client/index.css index db1bcfe..5908afe 100644 --- a/client/index.css +++ b/client/index.css @@ -145,6 +145,7 @@ button#leave { padding-top: 5px; width: 200px; height: 50px; + font-size: 120%; } #game_canvas { margin-left: 300px; @@ -173,7 +174,7 @@ button#lobby { .message .sender { color: red; } -.message.me .sender { +.message.blue .sender { color: blue !important; } .chatbox { diff --git a/client/index.html b/client/index.html index 11eb94b..5bf5fd7 100644 --- a/client/index.html +++ b/client/index.html @@ -28,6 +28,7 @@