We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b597c3 commit 40a44d3Copy full SHA for 40a44d3
lib/live_debugger/app/web/components.ex
@@ -441,10 +441,12 @@ defmodule LiveDebugger.App.Web.Components do
441
]}
442
>
443
<div
444
- phx-click-away="close-sidebar"
445
- class="h-full w-80 bg-sidebar-bg flex flex-col gap-1 justify-between border-x border-default-border lg:border-l"
+ class="w-full h-full lg:hidden"
+ phx-click="close-sidebar"
446
{@event_target && %{:"phx-target" => @event_target} || %{}}
447
448
+ </div>
449
+ <div class="shrink-0 h-full w-80 bg-sidebar-bg flex flex-col gap-1 justify-between border-x border-default-border lg:border-l">
450
<.icon_button
451
:if={!@sidebar_hidden?}
452
icon="icon-cross"
0 commit comments