diff --git a/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex b/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex index 29d7ece..cdc7433 100644 --- a/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex +++ b/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex @@ -44,7 +44,7 @@ defmodule Pinchflat.Pages.HistoryTableLive do <.icon_button icon_name="hero-arrow-down-tray" - class="h-10 w-10" + class="p-1" phx-click="force_download" phx-value-source-id={media_item.source_id} phx-value-media-id={media_item.id} diff --git a/lib/pinchflat_web/controllers/sources/source_html/media_item_table_live.ex b/lib/pinchflat_web/controllers/sources/source_html/media_item_table_live.ex index b627a4b..c89dd1b 100644 --- a/lib/pinchflat_web/controllers/sources/source_html/media_item_table_live.ex +++ b/lib/pinchflat_web/controllers/sources/source_html/media_item_table_live.ex @@ -62,7 +62,7 @@ defmodule PinchflatWeb.Sources.MediaItemTableLive do <.icon_button icon_name="hero-arrow-down-tray" - class="h-10 w-10" + class="p-1" phx-click="force_download" phx-value-source-id={@source.id} phx-value-media-id={media_item.id}