Improved centering for media table header elements
This commit is contained in:
parent
7f62ae0a16
commit
cb79d24fb9
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ defmodule Pinchflat.Sources.MediaItemTableLive do
|
||||||
def render(assigns) do
|
def render(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<div>
|
<div>
|
||||||
<header class="flex justify-between items-center">
|
<header class="flex justify-between items-center mb-4">
|
||||||
<span class="mb-4 flex items-center">
|
<span class="flex items-center">
|
||||||
<.icon_button icon_name="hero-arrow-path" class="h-10 w-10" phx-click="reload_page" tooltip="Refresh" />
|
<.icon_button icon_name="hero-arrow-path" class="h-10 w-10" phx-click="reload_page" tooltip="Refresh" />
|
||||||
<span class="ml-2">Showing <%= length(@records) %> of <%= @filtered_record_count %></span>
|
<span class="ml-2">Showing <%= length(@records) %> of <%= @filtered_record_count %></span>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue