From 448dccd95d5181049ea1bc63510bf9f00caf069e Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Fri, 27 Feb 2026 12:29:14 +0100 Subject: [PATCH] fix(2d-nds): fix bottom screen shadow --- app/components/NDS2D.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/components/NDS2D.vue b/app/components/NDS2D.vue index e3568e5..012746d 100644 --- a/app/components/NDS2D.vue +++ b/app/components/NDS2D.vue @@ -488,9 +488,10 @@ watch( z-index: -1; border-radius: 5px; box-shadow: - 10px 7px 10px 3px #111, - -6px 4px 5px 2px var(--primary), - -12px 4px 8px 3px #333; + 3px 4px 3px 1px var(--primary), + 6px 4px 5px 2px #222, + -3px 4px 3px 1px var(--primary), + -6px 4px 5px 2px #222; } .nds2d-d-pad-shadow {