fix: switch view height on devices with smaller font size
This commit is contained in:
parent
69821fb663
commit
b5b56a6e4a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue