mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
enhance(ui): not resizeable image within the positioned property node
This commit is contained in:
@@ -872,6 +872,17 @@ html.is-mac {
|
||||
.positioned-properties {
|
||||
@apply text-sm;
|
||||
}
|
||||
|
||||
.positioned-properties.block-left {
|
||||
.asset-container {
|
||||
@apply max-w-[120px];
|
||||
}
|
||||
|
||||
.block-title-wrap {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.positioned-properties.block-right {
|
||||
button {
|
||||
@apply whitespace-nowrap mr-0.5;
|
||||
@@ -965,7 +976,7 @@ html.is-mac {
|
||||
.handle-left , .handle-right {
|
||||
@apply absolute w-[6px] h-[15%] min-h-[30px] bg-black/30 hover:bg-black/70
|
||||
top-[50%] left-[5px] rounded-full cursor-col-resize select-none
|
||||
translate-y-[-20%] opacity-0;
|
||||
translate-y-[-20%] opacity-0 border border-gray-200;
|
||||
}
|
||||
|
||||
.handle-right {
|
||||
|
||||
Reference in New Issue
Block a user