Uniform margins
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user