mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
button size tweaks
This commit is contained in:
parent
0779e0b634
commit
42acbc3834
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue