Uniform spacing between stats sections
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<%!-- TODO: replace with OSS version --%>
|
<%!-- TODO: replace with OSS version --%>
|
||||||
<span class="mt-4 isolate inline-flex rounded-md shadow-xs">
|
<span class="mt-5 isolate inline-flex rounded-md shadow-xs">
|
||||||
<button
|
<button
|
||||||
phx-click={JS.push("set_scrobble_activity_mode", value: %{"mode" => :tracks})}
|
phx-click={JS.push("set_scrobble_activity_mode", value: %{"mode" => :tracks})}
|
||||||
class={[
|
class={[
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
:if={@scrobble_activity_mode == :albums}
|
:if={@scrobble_activity_mode == :albums}
|
||||||
id="scrobble-activity-albums"
|
id="scrobble-activity-albums"
|
||||||
role="list"
|
role="list"
|
||||||
class="mt-4 rounded-md px-4 py-5 shadow-sm"
|
class="mt-5 rounded-md px-4 py-5 shadow-sm"
|
||||||
phx-update="stream"
|
phx-update="stream"
|
||||||
>
|
>
|
||||||
<li :for={{id, album} <- @streams.recent_albums} id={id} class="group">
|
<li :for={{id, album} <- @streams.recent_albums} id={id} class="group">
|
||||||
@@ -245,7 +245,7 @@
|
|||||||
:if={@scrobble_activity_mode == :tracks}
|
:if={@scrobble_activity_mode == :tracks}
|
||||||
id="scrobble-activity-tracks"
|
id="scrobble-activity-tracks"
|
||||||
role="list"
|
role="list"
|
||||||
class="mt-4 rounded-md px-4 py-5 shadow-sm"
|
class="mt-5 rounded-md px-4 py-5 shadow-sm"
|
||||||
phx-update="stream"
|
phx-update="stream"
|
||||||
>
|
>
|
||||||
<li :for={{id, track} <- @streams.recent_tracks} id={id} class="group">
|
<li :for={{id, track} <- @streams.recent_tracks} id={id} class="group">
|
||||||
|
|||||||
Reference in New Issue
Block a user