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
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -38,7 +38,7 @@ $scrollbar-hover-color: $grey-500;
$button-height: 34px; $button-height: 34px;
$switch-view-height: 43px; $switch-view-height: 2.69rem;
$user-dropdown-width-mobile: 4rem; $user-dropdown-width-mobile: 4rem;
$hamburger-menu-icon-spacing: 1rem; $hamburger-menu-icon-spacing: 1rem;