Skip to content

Commit 0cd72ef

Browse files
committed
Update lib/gallium_web/live/backoffice/components/sidebar.ex
1 parent 9260beb commit 0cd72ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/gallium_web/live/backoffice/components

lib/gallium_web/live/backoffice/components/sidebar.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule GalliumWeb.BackOffice.Components.Sidebar do
3434
"fixed left-0 top-0 h-screen w-64 flex-shrink-0 md:relative md:h-auto md:border-r-2 md:border-gray-300 z-50 transition-transform duration-300 overflow-y-auto bg-white md:bg-transparent",
3535
if(@sidebar_open, do: "translate-x-0", else: "-translate-x-full md:translate-x-0")
3636
]}>
37-
<div class="md:hidden px-4 py-3 border-b border-gray-200 flex items-center justify-between">
37+
<div class="md:hidden px-4 py-3 border-b border-gray-200 flex items-center justify-end">
3838
<button
3939
phx-click="toggle_sidebar"
4040
class="hover:bg-gray-300 px-2 py-1 rounded-md"

0 commit comments

Comments
 (0)