From 1995cd7547b35743d3445a85a1579e182a0886c2 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 15 May 2019 00:51:41 +1000 Subject: [PATCH] wip --- client/game.css | 2 +- client/src/main.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/game.css b/client/game.css index 728bf974..923af39b 100644 --- a/client/game.css +++ b/client/game.css @@ -2,7 +2,7 @@ .game { display: grid; - grid-template-rows: 1.5em 1.5em 1fr 1fr; + grid-template-rows: 1.5em 1.5em 1fr 1.5fr; grid-template-areas: "ready" "timer" diff --git a/client/src/main.jsx b/client/src/main.jsx index a99cf68c..ee10627b 100644 --- a/client/src/main.jsx +++ b/client/src/main.jsx @@ -51,8 +51,8 @@ document.fonts.load('16pt "Jura"').then(() => { store.dispatch(actions.setWs(ws)); ws.connect(); - events.setGame(testGame); - ws.clearGameStateTimeout(); + // events.setGame(testGame); + // ws.clearGameStateTimeout(); const Cryps = () => (