Skip to content

Commit 9175f80

Browse files
committed
add margins to user menu
1 parent d5c538b commit 9175f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/application/_user_menu.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<span class="text-xs -mt-0.5 block opacity-60 truncate" style="font-weight: 400"><%= @current_user.email %></span>
1313
</div>
1414
</button>
15-
<div data-controller="dark-mode-toggle" class="menu__content menu__content--compact menu__content--2 p-2 mt-2 h5" data-menu-target="content" style="z-index: 999;">
15+
<div data-controller="dark-mode-toggle" class="menu__content menu__content--compact menu__content--2 p-2 lg:mt-2 lg:ml-2 h5" data-menu-target="content" style="z-index: 999;">
1616
<%= render partial: "application/theme_toggle" %>
1717
<hr>
1818
<% if signed_in? %>

0 commit comments

Comments
 (0)