From 42acbc38348feeb4342d50889136accb78bf216b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Staicu?= Date: Sat, 7 Jun 2025 14:52:33 +0300 Subject: [PATCH] button size tweaks --- .../controllers/pages/page_html/history_table_live.ex | 2 +- .../controllers/sources/source_html/media_item_table_live.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}