Skip to content

Commit

Permalink
fix: Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Mar 10, 2023
1 parent 68019cd commit fd295f9
Showing 1 changed file with 3 additions and 15 deletions.
Expand Up @@ -34,22 +34,10 @@
</.wc_appbar>
<% end %>

<main class="container h-[calc(100vh-56px)] flex flex-row justify-start items-start overflow-hidden">
<.flash kind={:info} title="Success!" flash={@flash} />
<.flash kind={:error} title="Error!" flash={@flash} />
<.flash
id="disconnected"
kind={:error}
title="We can't find the internet"
close={false}
autoshow={false}
phx-disconnected={show("#disconnected")}
phx-connected={hide("#disconnected")}
>
Attempting to reconnect <.wc_bsi name="arrow-repeat" class="ml-1 w-3 h-3 inline animate-spin" />
</.flash>
<main class="container min-h-[calc(100vh-56px)] flex flex-row justify-start items-start overflow-hidden">
<.flash_group flash={@flash} />
<.wc_left_menu
class="w-48 h-[calc(100vh-56px)] bg-slate-100"
class="w-48 min-h-[calc(100vh-56px)] bg-slate-100"
active={assigns[:active_menu]}
>
<:title class="text-slate-400 font-bold">
Expand Down

0 comments on commit fd295f9

Please sign in to comment.