Fix side padding inconsistencies in collection view

This commit is contained in:
Claudio Ortolina
2024-10-15 14:58:14 +01:00
parent 2cd376ae5d
commit dafcd0ed6f
3 changed files with 30 additions and 31 deletions
@@ -11,10 +11,7 @@ defmodule MusicLibraryWeb.Pagination do
assigns = assign(assigns, :page_links, page_links)
~H"""
<div
id={@id}
class="flex items-center justify-between border-t border-zinc-200 bg-white px-4 py-6 sm:px-6 mb-4"
>
<div id={@id} class="flex items-center justify-between bg-white px-4 py-6 mb-4">
<%!-- Only on smallest viewport --%>
<div class={[
"flex flex-1 sm:hidden",