chore(web): remove tree item thumbnail class 'max-h-[500px]' (#14901)

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

* fix tag/folder navigation bar on the top all the time.
This commit is contained in:
mehring
2025-01-03 02:14:44 +08:00
committed by GitHub
parent c792f72469
commit 007caa26bd
4 changed files with 5 additions and 5 deletions
@@ -72,7 +72,7 @@
<Breadcrumbs {pathSegments} icon={mdiFolderHome} title={$t('folders')} {getLink} />
<section class="mt-2">
<section class="mt-2 h-[calc(100%-theme(spacing.20))] overflow-auto immich-scrollbar">
<TreeItemThumbnails items={currentTreeItems} icon={mdiFolder} onClick={handleNavigation} />
<!-- Assets -->