Skip to content

Commit cc26030

Browse files
authored
Only show desktop user menu in lg screen width (#99)
1 parent 1f952d1 commit cc26030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/layouts/app/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</flux:navlist>
3131

3232
<!-- Desktop User Menu -->
33-
<flux:dropdown position="bottom" align="start">
33+
<flux:dropdown class="hidden lg:block" position="bottom" align="start">
3434
<flux:profile
3535
:name="auth()->user()->name"
3636
:initials="auth()->user()->initials()"

0 commit comments

Comments
 (0)