From cb79d24fb93dbe8ab3c2c340493dae907f9f9186 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Thu, 23 May 2024 15:03:57 -0700 Subject: [PATCH] Improved centering for media table header elements --- .../controllers/sources/source_html/media_item_table_live.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 4f504de..9912137 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 @@ -20,8 +20,8 @@ defmodule Pinchflat.Sources.MediaItemTableLive do def render(assigns) do ~H"""
-
- +
+ <.icon_button icon_name="hero-arrow-path" class="h-10 w-10" phx-click="reload_page" tooltip="Refresh" /> Showing <%= length(@records) %> of <%= @filtered_record_count %>