From b5b56a6e4afab3f207ae7e31d5640412fed3c401 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 13 Oct 2021 20:16:45 +0200 Subject: [PATCH] fix: switch view height on devices with smaller font size --- src/styles/variables/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables/variables.scss b/src/styles/variables/variables.scss index dbc7532b..9cf90ba7 100644 --- a/src/styles/variables/variables.scss +++ b/src/styles/variables/variables.scss @@ -38,7 +38,7 @@ $scrollbar-hover-color: $grey-500; $button-height: 34px; -$switch-view-height: 43px; +$switch-view-height: 2.69rem; $user-dropdown-width-mobile: 4rem; $hamburger-menu-icon-spacing: 1rem;