1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00

fix tree item thumbnail class 'max-h-[500px]'

This commit is contained in:
MehringTing 2024-12-24 15:11:48 +08:00
parent 2948b9ed29
commit c4e91817b3

View File

@ -12,7 +12,7 @@
{#if items.length > 0} {#if items.length > 0}
<div <div
class="w-full grid grid-cols-2 sm:grid-cols-4 lg:grid-cols-6 2xl:grid-cols-8 gap-2 bg-gray-50 dark:bg-immich-dark-gray/50 rounded-2xl border border-gray-100 dark:border-gray-900 max-h-[500px] overflow-auto immich-scrollbar" class="w-full grid grid-cols-2 sm:grid-cols-4 lg:grid-cols-6 2xl:grid-cols-8 gap-2 bg-gray-50 dark:bg-immich-dark-gray/50 rounded-2xl border border-gray-100 dark:border-gray-900 overflow-auto immich-scrollbar"
> >
{#each items as item} {#each items as item}
<button <button