fix: make Pause button pause running program

This commit is contained in:
wangdequan
2026-07-05 21:55:17 -04:00
parent 220c15295c
commit 58854f9ecf
12 changed files with 1774 additions and 126 deletions

View File

@@ -162,6 +162,12 @@ body {
object-fit: contain;
}
.axis-tool-button[data-paused="true"],
.axis-tool-button[data-active="true"] {
background: #d8e9f7;
box-shadow: inset 1px 1px #7d7d7d, inset -1px -1px #ffffff;
}
.axis-text-tool {
font: 700 18px/1 "Times New Roman", serif;
text-decoration: underline;