Uniform margins
This commit is contained in:
@@ -46,7 +46,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</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_group>
|
||||||
<.button
|
<.button
|
||||||
patch={order_path(@record_list_params, :purchase)}
|
patch={order_path(@record_list_params, :purchase)}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ defmodule MusicLibraryWeb.ScrobbledTracksLive.Index do
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</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_group>
|
||||||
<.button
|
<.button
|
||||||
patch={order_path(@track_list_params, :scrobbled_at)}
|
patch={order_path(@track_list_params, :scrobbled_at)}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ defmodule MusicLibraryWeb.WishlistLive.Index do
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</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_group>
|
||||||
<.button
|
<.button
|
||||||
patch={order_path(@record_list_params, :insertion)}
|
patch={order_path(@record_list_params, :insertion)}
|
||||||
|
|||||||
Reference in New Issue
Block a user