From 0a53b7758fc99fbe7dd04c46480476b33e6e22dd Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 20:22:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20placeholder=20for=20mobile?= =?UTF-8?q?-specific=20styles=20in=20GamemasterExplorer=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/views/GamemasterExplorer.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index 99ce8a1..88ff6da 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -1451,6 +1451,8 @@ onMounted(() => { } @media (max-width: 768px) { + /* Mobile styles already in defaults above */ +} /* Primary button styles */ .btn-primary,