style: fix formatting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2026-07-06 18:12:31 +02:00
parent ce49d751ea
commit eb20c8f3b6
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
6 changed files with 32 additions and 42 deletions

View file

@ -171,8 +171,8 @@ defmodule MvWeb.Layouts do
</label>
<span class="font-bold">{@club_name}</span>
</header>
<!-- Main Content (shared between mobile and desktop) -->
<!-- Main Content (shared between mobile and desktop) -->
<main class="px-4 py-8 sm:px-6 lg:px-8">
<div class="mx-auto space-y-4 max-full">
{render_slot(@inner_block)}

View file

@ -26,8 +26,7 @@ defmodule MvWeb.Layouts.Sidebar do
aria-label={gettext("Close sidebar")}
class="drawer-overlay lg:hidden focus:outline-none focus:ring-2 focus:ring-primary"
tabindex="-1"
>
</label>
></label>
<aside id="main-sidebar" class="sidebar" aria-label={gettext("Main navigation")}>
{sidebar_header(assigns)}
<%= if @current_user do %>
@ -174,8 +173,7 @@ defmodule MvWeb.Layouts.Sidebar do
<span
class="absolute -top-0.5 -right-0.5 size-2 rounded-full bg-primary"
aria-hidden="true"
>
</span>
></span>
<% end %>
</span>
<span class="menu-label">{@label}</span>