From 61604355c1534b6d662adf32c5569179f92df91d Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Wed, 5 Nov 2025 16:26:06 -0800 Subject: [PATCH] WIP --- .../hero-dashboard/hero-dashboard.component.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss index fa87efb..17e2364 100644 --- a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss +++ b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss @@ -103,11 +103,15 @@ .tp-wrapper { -webkit-perspective: 800px; perspective: 800px; - height: 85vh; + height: 40vh; // Default for portrait - @media (max-height: 450px) and (orientation: landscape) { + @media (orientation: landscape) { height: 85vh; } + + @media (orientation: portrait) and (max-height: 667px) { + height: 50vh; + } } .tp-box {