ML-149: Fix selected bar not showing track data in Safari

This commit is contained in:
Claudio Ortolina
2026-04-30 07:21:25 +01:00
parent f2839dfaf1
commit f8a52993c1
2 changed files with 63 additions and 1 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ defmodule MusicLibraryWeb.Components.Release do
~H"""
<div class="sticky bottom-0 z-10 flex flex-wrap items-center justify-between gap-3 border-t border-zinc-200 bg-white px-6 py-3 shadow-[0_-4px_14px_rgba(0,0,0,0.06)] dark:border-zinc-700 dark:bg-zinc-900">
<div class="min-w-0 flex-1 leading-tight">
<div class="relative min-w-0 flex-1 leading-tight">
<p class="text-sm font-semibold text-zinc-900 dark:text-zinc-100">
{ngettext("%{count} track selected", "%{count} tracks selected", @count, count: @count)}
</p>