From 4d326f24ac909617163d8b998018c2e548bb7d1f Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Wed, 21 Aug 2024 22:18:20 +0200 Subject: [PATCH] Made chat + menu btns responsive --- src/components/gui/Chat.vue | 2 +- src/components/gui/Menu.vue | 2 +- src/screens/Game.vue | 6 +++--- tailwind.config.js | 6 ++++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/gui/Chat.vue b/src/components/gui/Chat.vue index a7d45a1..3116b91 100644 --- a/src/components/gui/Chat.vue +++ b/src/components/gui/Chat.vue @@ -1,5 +1,5 @@