Fix alignment of sorting options and count

This commit is contained in:
Claudio Ortolina
2024-12-29 15:50:30 +00:00
parent 6427710029
commit bb560e4356
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@
</div>
</header>
<div class="flex items-center justify-between gap-6 mt-8">
<div class="flex items-end justify-between gap-6 mt-8">
<span class="isolate inline-flex rounded-md shadow-sm">
<.link
patch={order_path(@record_list_params, :alphabetical)}
@@ -8,7 +8,7 @@
</div>
</header>
<p class="text-right text-sm max-sm:text-xs mt-8 text-zinc-900 dark:text-zinc-400">
<p class="text-right text-sm max-sm:text-xs mt-12 text-zinc-900 dark:text-zinc-400">
{gettext(
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}