From abaecb34c232420d83764fee33ad61b5b2ff2cc0 Mon Sep 17 00:00:00 2001 From: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:17:12 +1030 Subject: [PATCH] style(GamePanel): New hover state styles --- server/components/GamePanel.vue | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/server/components/GamePanel.vue b/server/components/GamePanel.vue index 5f6ed7e9..62df3f95 100644 --- a/server/components/GamePanel.vue +++ b/server/components/GamePanel.vue @@ -2,24 +2,28 @@ - -
-
-

+
+ +
+
+ +
+

{{ game.mName }}

-

+

{{ game.mShortDescription }}

no game @@ -40,3 +44,4 @@ const props = defineProps<{ href?: string; }>(); +