fix: switch view height on devices with smaller font size

This commit is contained in:
kolaente 2021-10-13 20:16:45 +02:00
parent 69821fb663
commit b5b56a6e4a
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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;