This commit is contained in:
iqudoo
2026-06-12 21:17:24 +08:00
parent 239e2eeebd
commit 220841444a
7 changed files with 240 additions and 81 deletions

View File

@@ -634,6 +634,34 @@ body,
background: #fff;
border: 1px solid var(--color-ps-accent);
z-index: 50;
touch-action: none;
}
.ps-design-canvas-touch {
touch-action: pan-x pan-y;
}
.ps-design-canvas-touch [data-label-element],
.ps-design-canvas-touch .ps-handle,
.ps-design-canvas-touch .touch-none {
touch-action: none;
}
.ps-status-bar-compact {
font-size: 10px;
gap: 8px;
padding: 0 8px;
}
@media (max-width: 1023px) {
.ps-handle {
width: 18px;
height: 18px;
}
.ps-status-bar {
flex-wrap: nowrap;
}
}
.ps-zoom-control {