mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed account menu margin
no refs. - fixes account menu dropdown button margins disappearing on Firefox for smaller screensizes
This commit is contained in:
parent
a8f63f9343
commit
a7c0dc7469
@ -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}}
|
||||
|
@ -446,7 +446,7 @@
|
||||
}
|
||||
|
||||
.gh-nav-bottom {
|
||||
margin: 12px 5px 24px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.gh-nav-bottom .ember-basic-dropdown-trigger:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user