Merge branch 'master' into feat/capacitor-new

This commit is contained in:
charlie
2025-06-25 14:06:52 +08:00
27 changed files with 576 additions and 415 deletions

View File

@@ -29,8 +29,11 @@
@apply relative inline-block mt-2 w-full;
.asset-action-bar {
@apply top-0.5 right-0.5 absolute flex items-center
border bg-gray-02 rounded opacity-0 transition-opacity;
@apply top-1 right-1 absolute flex items-center opacity-0 transition-opacity;
&[data-popup-active] {
@apply opacity-100;
}
}
.asset-action-btn {
@@ -117,6 +120,12 @@
}
}
.breadcrumb {
.property-value-inner[data-type], .property-value-inner .select-item {
display: inline;
}
}
.open-block-ref-link {
background-color: var(--ls-page-properties-background-color);
padding: 1px 4px;
@@ -1118,7 +1127,7 @@ html.is-mac {
}
.ls-resize-image {
@apply flex relative;
@apply flex relative w-fit cursor-pointer;
.handle-left, .handle-right {
@apply absolute w-[6px] h-[15%] min-h-[30px] bg-black/30 hover:bg-black/70