From 4fef047d74ce284eb1af3cddd9f666f0b4397273 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 13 Oct 2021 21:14:34 +0200 Subject: [PATCH] fix: user dropdown padding on mobile --- src/styles/theme/navigation.scss | 2 +- src/styles/variables/variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index 1e06b22ab..67f588e33 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -54,7 +54,7 @@ line-height: 1; .button { - padding: 0 0.25rem; + padding: 0 .5rem; height: 1rem; .icon { diff --git a/src/styles/variables/variables.scss b/src/styles/variables/variables.scss index 9cf90ba7e..33f344072 100644 --- a/src/styles/variables/variables.scss +++ b/src/styles/variables/variables.scss @@ -40,7 +40,7 @@ $button-height: 34px; $switch-view-height: 2.69rem; -$user-dropdown-width-mobile: 4rem; +$user-dropdown-width-mobile: 5rem; $hamburger-menu-icon-spacing: 1rem; $hamburger-menu-icon-width: 28px; $navbar-height: 4rem;