mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: images in table view
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user