From feb9979a1dfbf1df2eef51d689c0a365a78af860 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sun, 3 May 2020 19:17:02 +0200 Subject: [PATCH] style(client): Cols UI --- client/src/App.vue | 34 +++++++++++++++++++--------------- client/src/Sockets.vue | 33 +++++++++++++++------------------ 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 6a4a3da..940b89e 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -12,10 +12,10 @@

{{ gamers.length }} en jeu

- +

{{ players.length }} en ligne

@@ -26,17 +26,21 @@
-
- - - - -
+ + + + + + + + + + diff --git a/client/src/Sockets.vue b/client/src/Sockets.vue index 785ebe3..2c852f8 100644 --- a/client/src/Sockets.vue +++ b/client/src/Sockets.vue @@ -1,6 +1,6 @@