From 82e60709768f8e1be4608428737d907c3f382ddf Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 18 Dec 2020 18:40:55 -0700 Subject: [PATCH] Increase height of the bottom bar by a small amount --- web/src/views/InGame.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/InGame.vue b/web/src/views/InGame.vue index db2aa93..20c25c5 100644 --- a/web/src/views/InGame.vue +++ b/web/src/views/InGame.vue @@ -37,7 +37,7 @@ export default { @import "../css/style.css"; #GameView { + grid-template-rows: 70% 1fr 50px; display: grid; - grid-template-rows: 70% 1fr 40px; } \ No newline at end of file