Revert "feat: add transform:scale() UI scaling for 1920x1080 canvas"

This reverts commit 6a6414510e.
This commit is contained in:
2026-06-12 16:30:58 +08:00
parent 6a6414510e
commit 18bf98aa16
5 changed files with 5 additions and 30 deletions

View File

@@ -405,6 +405,10 @@ html, body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
#app {
width: 100%;
height: 100%;
}
</style>
<style scoped>