From 3afe2f5fddc528dff72e3ff0a884166f0bcff5d2 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Sun, 2 Nov 2025 22:22:53 -0500 Subject: [PATCH] fix miximage on gameview --- frontend/src/console/components/GameCard.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/console/components/GameCard.vue b/frontend/src/console/components/GameCard.vue index 3a84dcb27..2e92af781 100644 --- a/frontend/src/console/components/GameCard.vue +++ b/frontend/src/console/components/GameCard.vue @@ -276,10 +276,13 @@ onBeforeUnmount(() => { } .hover-video { - margin-top: 6%; + margin-top: 2%; left: 2%; + height: 96%; width: 96%; + border-radius: 4px; object-fit: contain; pointer-events: none; + background: black; }