Uniform margins

This commit is contained in:
Claudio Ortolina
2026-03-15 20:58:50 +00:00
parent d815928f91
commit d2cccce9dc
3 changed files with 3 additions and 3 deletions
@@ -46,7 +46,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
</div>
</header>
<div class="flex items-end justify-between gap-6 mt-8">
<div class="flex items-end justify-between gap-6 mt-6">
<.button_group>
<.button
patch={order_path(@record_list_params, :purchase)}
@@ -27,7 +27,7 @@ defmodule MusicLibraryWeb.ScrobbledTracksLive.Index do
</div>
</header>
<div class="flex items-end gap-6 mt-8 justify-between">
<div class="flex items-end gap-6 mt-6 justify-between">
<.button_group>
<.button
patch={order_path(@track_list_params, :scrobbled_at)}
@@ -34,7 +34,7 @@ defmodule MusicLibraryWeb.WishlistLive.Index do
</div>
</header>
<div class="flex items-end justify-between gap-6 mt-8">
<div class="flex items-end justify-between gap-6 mt-6">
<.button_group>
<.button
patch={order_path(@record_list_params, :insertion)}