From 29618d399df237ef25f50ad6df782a95d529b958 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Wed, 12 Oct 2022 00:04:09 +0200 Subject: [PATCH] Fix profile menu direction on desktop --- app/views/navigation/dropdown/_profile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/navigation/dropdown/_profile.haml b/app/views/navigation/dropdown/_profile.haml index 716decda..e9ad76ff 100644 --- a/app/views/navigation/dropdown/_profile.haml +++ b/app/views/navigation/dropdown/_profile.haml @@ -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