fix: images in table view

This commit is contained in:
Tienson Qin
2025-06-25 16:37:20 +08:00
parent d14cfb07bc
commit 1aa21ecd8a
2 changed files with 4 additions and 0 deletions

View File

@@ -421,6 +421,7 @@
:local? local?
:full-text full-text})]
(if (or (:disable-resize? config)
(:table-view? config)
(not resizable?))
asset-container-cp
[:div.ls-resize-image.rounded-md

View File

@@ -81,6 +81,9 @@
@apply cursor-pointer transition-colors hover:bg-muted/50 text-left align-middle font-medium text-muted-foreground border-r;
}
.ls-table-cell {
@apply overflow-hidden;
}
.ls-table-footer {
@apply absolute left-0 bottom-[8px] w-full;
}