We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c538b commit 9175f80Copy full SHA for 9175f80
app/views/application/_user_menu.html.erb
@@ -12,7 +12,7 @@
12
<span class="text-xs -mt-0.5 block opacity-60 truncate" style="font-weight: 400"><%= @current_user.email %></span>
13
</div>
14
</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;">
+ <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;">
16
<%= render partial: "application/theme_toggle" %>
17
<hr>
18
<% if signed_in? %>
0 commit comments