feat: adds sidebar as overlay and moves navbar content there
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bb6ea0085b
commit
b0097ab99d
4 changed files with 316 additions and 100 deletions
|
|
@ -44,7 +44,7 @@ defmodule MvWeb.Layouts do
|
|||
assigns = assign(assigns, :club_name, club_name)
|
||||
|
||||
~H"""
|
||||
<div class="drawer lg:drawer-open">
|
||||
<div class="drawer">
|
||||
<input id="main-drawer" type="checkbox" class="drawer-toggle" />
|
||||
<div class="drawer-content">
|
||||
<%= if @current_user do %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue