We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9260beb commit 0cd72efCopy full SHA for 0cd72ef
1 file changed
lib/gallium_web/live/backoffice/components/sidebar.ex
@@ -34,7 +34,7 @@ defmodule GalliumWeb.BackOffice.Components.Sidebar do
34
"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",
35
if(@sidebar_open, do: "translate-x-0", else: "-translate-x-full md:translate-x-0")
36
]}>
37
- <div class="md:hidden px-4 py-3 border-b border-gray-200 flex items-center justify-between">
+ <div class="md:hidden px-4 py-3 border-b border-gray-200 flex items-center justify-end">
38
<button
39
phx-click="toggle_sidebar"
40
class="hover:bg-gray-300 px-2 py-1 rounded-md"
0 commit comments