From c53a91957407f6ff5415b52d66b75483206bab09 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 28 Dec 2024 20:14:24 +0800 Subject: [PATCH] use original banner resolution (no downsizing when DPR = 1, because I cannot get that to work) --- client/src/components/Dashboard/index.tsx | 4 +--- client/src/components/Dashboard/style.module.scss | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Dashboard/index.tsx b/client/src/components/Dashboard/index.tsx index 8fd517e..8628476 100644 --- a/client/src/components/Dashboard/index.tsx +++ b/client/src/components/Dashboard/index.tsx @@ -36,10 +36,8 @@ const Dashboard = ({ name, faq, status, timeline }: DashboardProps) => { Access the application and view DiamondHacks updates here. Two diamond critters find a large jewel in a vault diff --git a/client/src/components/Dashboard/style.module.scss b/client/src/components/Dashboard/style.module.scss index 26d8c39..e7e0997 100644 --- a/client/src/components/Dashboard/style.module.scss +++ b/client/src/components/Dashboard/style.module.scss @@ -83,6 +83,8 @@ top: 0; right: 0; z-index: -1; + width: auto; + height: 100%; animation: fade-in 3.5s 1.5s backwards; }