Merge branch 'master' into feat/capacitor-new

This commit is contained in:
charlie
2025-06-16 13:57:44 +08:00
20 changed files with 462 additions and 1423 deletions

View File

@@ -1150,5 +1150,9 @@ html.is-mac {
}
.swipe-item {
touch-action: pan-y; /* disables horizontal scrolling on touch */
touch-action: pan-y; /* disables horizontal scrolling on touch */
}
.ls-dialog-block {
@apply !w-[90dvw] !h-[75%] !max-w-4xl bg-gray-02 overflow-scroll;
}