From 3c8744dc75678136ff2e02aa5382ccf27db6979a Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Thu, 17 Oct 2024 23:26:25 +0200 Subject: [PATCH] Reworked layout for keybindings, hide minimap on smaller screens --- src/components/gui/Keybindings.vue | 82 ++++++++++++++++-------------- src/components/gui/Minimap.vue | 2 +- 2 files changed, 44 insertions(+), 40 deletions(-) diff --git a/src/components/gui/Keybindings.vue b/src/components/gui/Keybindings.vue index 8c42ca5..ddbb4bc 100644 --- a/src/components/gui/Keybindings.vue +++ b/src/components/gui/Keybindings.vue @@ -1,43 +1,47 @@ diff --git a/src/components/gui/Minimap.vue b/src/components/gui/Minimap.vue index 045c446..7ee902c 100644 --- a/src/components/gui/Minimap.vue +++ b/src/components/gui/Minimap.vue @@ -1,5 +1,5 @@