mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: images in table view
This commit is contained in:
@@ -421,6 +421,7 @@
|
|||||||
:local? local?
|
:local? local?
|
||||||
:full-text full-text})]
|
:full-text full-text})]
|
||||||
(if (or (:disable-resize? config)
|
(if (or (:disable-resize? config)
|
||||||
|
(:table-view? config)
|
||||||
(not resizable?))
|
(not resizable?))
|
||||||
asset-container-cp
|
asset-container-cp
|
||||||
[:div.ls-resize-image.rounded-md
|
[: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;
|
@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 {
|
.ls-table-footer {
|
||||||
@apply absolute left-0 bottom-[8px] w-full;
|
@apply absolute left-0 bottom-[8px] w-full;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user