mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Fix profile menu direction on desktop
This commit is contained in:
parent
41a338599d
commit
29618d399d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
.dropdown-menu.profile-dropdown{ id: "rs-#{size}-nav-profile" }
|
||||
.dropdown-menu.dropdown-menu-right.profile-dropdown{ id: "rs-#{size}-nav-profile" }
|
||||
%h6.dropdown-header.d-none.d-sm-block= current_user.screen_name
|
||||
%a.dropdown-item{ href: user_path(current_user) }
|
||||
%i.fa.fa-fw.fa-user
|
||||
|
|
Loading…
Reference in a new issue