enhance(ui): not resizeable image within the positioned property node

This commit is contained in:
charlie
2024-10-28 15:43:59 +08:00
committed by Tienson Qin
parent a5c2816266
commit a6dbcb155f
3 changed files with 19 additions and 4 deletions

View File

@@ -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 {