Merge branch 'master' into feat/capacitor-new

This commit is contained in:
charlie
2025-06-12 11:21:27 +08:00
26 changed files with 669 additions and 260 deletions

View File

@@ -9,7 +9,6 @@
@apply min-h-[24px] max-w-full whitespace-pre-wrap break-words cursor-text;
img {
max-width: 100%;
/* FIXME: img macros */
@@ -44,11 +43,6 @@
@apply opacity-100;
}
}
> img {
max-width: unset;
width: 100%;
}
}
.draw [aria-labelledby="shapes-title"] {
@@ -1078,8 +1072,16 @@ html.is-mac {
height: 16px;
}
.ls-page-title .positioned-properties, .ls-page-title .time-spent {
margin-top: 15px;
.ls-page-title {
.positioned-properties, .time-spent {
margin-top: 15px;
}
}
.ls-page-title .ls-properties-area {
.positioned-properties, .time-spent {
margin-top: initial;
}
}
.ls-page-title .ls-page-icon button {