button size tweaks

This commit is contained in:
Ionuț Staicu 2025-06-07 14:52:33 +03:00
parent 0779e0b634
commit 42acbc3834
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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}