Skip to content

Commit 4a1e0a0

Browse files
committed
Always show album name
1 parent 270e7a1 commit 4a1e0a0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

BlazorDiffusion/Pages/Albums.razor

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<div class="absolute top-0 left-0 w-full h-full group select-none overflow-hidden sm:m-1 rounded sm:rounded-xl">
3131
<div class="w-full h-full absolute inset-0 z-10 block text-zinc-100 drop-shadow pointer-events-none line-clamp sm:px-2 sm:pb-2 text-sm opacity-0 group-hover:opacity-40 transition duration-300 ease-in-out bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-gray-700 via-gray-900 to-black"></div>
3232
<div class="absolute w-full h-full flex z-10 text-zinc-100 justify-between drop-shadow opacity-0 group-hover:opacity-100 transition-opacity sm:mb-1 text-sm">
33-
<div class="relative w-full h-full overflow-hidden flex flex-col justify-between overflow-hidden">
34-
<div></div>
35-
<div>
36-
<div class="hidden sm:flex bg-white/40 bg-black/40 sm:pt-2 sm:pl-4 sm:pb-4 sm:pr-4 w-full">
37-
<div class="w-full">
38-
<h2 class="truncate text-base font-medium text-gray-900 dark:text-gray-200 text-center">@album.Name</h2>
39-
<div class="mt-1">
40-
<p class="truncate text-xs text-gray-500"></p>
41-
</div>
33+
</div>
34+
<div class="relative w-full h-full overflow-hidden flex flex-col justify-between overflow-hidden">
35+
<div></div>
36+
<div>
37+
<div class="hidden sm:flex bg-white/40 bg-black/40 sm:pt-2 sm:pl-4 sm:pb-4 sm:pr-4 w-full">
38+
<div class="w-full">
39+
<h2 class="truncate text-lg font-medium text-gray-900 dark:text-gray-200 text-center">@album.Name</h2>
40+
<div class="mt-1">
41+
<p class="truncate text-sm text-gray-500"></p>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)