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;
|
line-height: 1;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 0 0.25rem;
|
padding: 0 .5rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
@ -40,7 +40,7 @@ $button-height: 34px;
|
||||||
|
|
||||||
$switch-view-height: 2.69rem;
|
$switch-view-height: 2.69rem;
|
||||||
|
|
||||||
$user-dropdown-width-mobile: 4rem;
|
$user-dropdown-width-mobile: 5rem;
|
||||||
$hamburger-menu-icon-spacing: 1rem;
|
$hamburger-menu-icon-spacing: 1rem;
|
||||||
$hamburger-menu-icon-width: 28px;
|
$hamburger-menu-icon-width: 28px;
|
||||||
$navbar-height: 4rem;
|
$navbar-height: 4rem;
|
||||||
|
|
Loading…
Reference in a new issue