From 14aeacf8bc6ea45b2d54b9485db45d97c1247455 Mon Sep 17 00:00:00 2001 From: Shridhar Goel <35566748+ShridharGoel@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:57:30 +0530 Subject: [PATCH 1/2] Update splash to use same logo size in web and mobile --- web/index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web/index.html b/web/index.html index acccbbe4f442..384868af1a51 100644 --- a/web/index.html +++ b/web/index.html @@ -81,20 +81,13 @@ transition: transform var(--label-transition-duration); } - @media screen and (min-width: 480px) { + @media screen { .splash-logo > svg { width: 104px; height: 104px; } } - @media screen and (max-width: 479px) { - .splash-logo > svg { - width: 52px; - height: 52px; - } - } - #splash { position: absolute; bottom: 0; From 9d5f227665e58796c86ec00302b654936e6d819c Mon Sep 17 00:00:00 2001 From: Shridhar Goel <35566748+ShridharGoel@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:40:36 +0530 Subject: [PATCH 2/2] Update index.html --- web/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/index.html b/web/index.html index 384868af1a51..eb86478cc895 100644 --- a/web/index.html +++ b/web/index.html @@ -81,11 +81,9 @@ transition: transform var(--label-transition-duration); } - @media screen { - .splash-logo > svg { - width: 104px; - height: 104px; - } + .splash-logo > svg { + width: 104px; + height: 104px; } #splash {