Fixed account menu margin

no refs.
- fixes account menu dropdown button margins disappearing on Firefox for smaller screensizes
This commit is contained in:
Peter Zimon 2020-10-09 16:55:04 +02:00
parent a8f63f9343
commit a7c0dc7469
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
</div>
<div class="gh-nav-bottom">
<GhBasicDropdown @horizontalPosition="left" @verticalPosition="above" @calculatePosition={{this.userDropdownPosition}} as |dropdown|>
<dropdown.Trigger class="flex items-center outline-0 pointer space-between pa2 pl4 pr3">
<dropdown.Trigger class="flex items-center outline-0 pointer space-between pa2 pl4 pr3 mt3 mb6">
<div class="flex-auto flex items-center">
<div class="gh-user-avatar relative" style={{background-image-style this.session.user.profileImageUrl}}>
{{#if this.whatsNew.hasNew}}<span class="absolute dib bg-blue ba b--white br-100 gh-whats-new-badge-account"></span>{{/if}}

View File

@ -446,7 +446,7 @@
}
.gh-nav-bottom {
margin: 12px 5px 24px;
margin: 0 5px;
}
.gh-nav-bottom .ember-basic-dropdown-trigger:hover {