From 0d5da308b943f70ea459339241e45ee201fb916a Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 22 Feb 2026 22:50:24 +0100 Subject: [PATCH] feat(nds): don't display help button and hints on smaller screens (they can't click on the buttons anyway) --- app/components/NDS2D.vue | 22 +++++++--------------- app/pages/index.vue | 11 +++++++++++ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/app/components/NDS2D.vue b/app/components/NDS2D.vue index f0a43e8..20df45d 100644 --- a/app/components/NDS2D.vue +++ b/app/components/NDS2D.vue @@ -1,23 +1,15 @@