fix: user dropdown padding on mobile
This commit is contained in:
parent
3f96ce6d60
commit
4fef047d74
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
line-height: 1;
|
||||
|
||||
.button {
|
||||
padding: 0 0.25rem;
|
||||
padding: 0 .5rem;
|
||||
height: 1rem;
|
||||
|
||||
.icon {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue