From 49b2213c3f4f73dad475d45ae5c318dadce81b07 Mon Sep 17 00:00:00 2001 From: CelularBat <105959781+CelularBat@users.noreply.github.com> Date: Wed, 22 Nov 2023 05:58:02 +0000 Subject: [PATCH] Update src/renderer/components/ft-profile-selector/ft-profile-selector.css Co-authored-by: PikachuEXE --- .../components/ft-profile-selector/ft-profile-selector.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/components/ft-profile-selector/ft-profile-selector.css b/src/renderer/components/ft-profile-selector/ft-profile-selector.css index 8d58df4d8..863cf3b00 100644 --- a/src/renderer/components/ft-profile-selector/ft-profile-selector.css +++ b/src/renderer/components/ft-profile-selector/ft-profile-selector.css @@ -46,9 +46,9 @@ /* Navbar changes position to horizontal with this media rule. Height adjust for profile list so it won't cover navbar. */ @media only screen and (max-width: 680px){ - .profileWrapper { - max-block-size: calc(95vh - 180px); - } + .profileWrapper { + max-block-size: calc(95vh - 180px); + } } .profile {