Merge branch 'master' into feat/worker-sync

This commit is contained in:
Tienson Qin
2026-01-26 18:52:12 +08:00
326 changed files with 3667 additions and 10681 deletions

View File

@@ -1138,6 +1138,10 @@ html.is-mac {
.block-tags {
margin-top: 17px;
}
.ls-properties-area .block-tags {
margin-top: 0;
}
}
.ls-page-title .ls-properties-area {
@@ -1195,6 +1199,10 @@ html.is-mac {
}
}
.property-value .ls-resize-image {
max-width: 35%;
}
.recent-block {
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
background-color: var(--ls-secondary-background-color, var(--rx-gray-03));