fix: navbar user dropdown spacing on mobile
This commit is contained in:
parent
e3373d2e4e
commit
fee2fe76ce
1 changed files with 1 additions and 3 deletions
|
@ -197,8 +197,6 @@ $hamburger-menu-icon-width: 28px;
|
||||||
@media screen and (max-width: $tablet) {
|
@media screen and (max-width: $tablet) {
|
||||||
.user {
|
.user {
|
||||||
width: $user-dropdown-width-mobile;
|
width: $user-dropdown-width-mobile;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
.username-dropdown-trigger {
|
.username-dropdown-trigger {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -245,7 +243,7 @@ $hamburger-menu-icon-width: 28px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-right: var(--button-padding-horizontal);
|
margin-right: .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username-dropdown-trigger {
|
.username-dropdown-trigger {
|
||||||
|
|
Loading…
Reference in a new issue