Skip to main content

max / makenotwork

server: take makeover-build 0.3.0 for the re-derived Touch preset Picks up makeover-geometry 0.3.0 through the build helper. A caret on a 0.x crate pins the minor, so 0.2.0 could not resolve it. Changes touch spacing only: peer 6 to 10, group 10 to 12, section 12 to 16. Pointer is untouched. The server has no mode class, so this reaches it purely through the (hover: none), (pointer: coarse) block, and it is the first thing on the server that adapts by capability rather than by one of the seven ad-hoc width breakpoints in style.css. Generated static/geometry.css is gitignored, so only the pin moves here. No deploy: this ships on the server's next release.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 19:54 UTC
Signed with PGP, not checked
Commit: dccfb1505e90fd8ba92f78b45cb502f52ca6ab5d
Parent: f616370
2 files changed, +5 insertions, -5 deletions
@@ -4462,9 +4462,9 @@
4462 4462
4463 4463 [[package]]
4464 4464 name = "makeover-build"
4465 - version = "0.2.0"
4465 + version = "0.3.0"
4466 4466 source = "registry+https://github.com/rust-lang/crates.io-index"
4467 - checksum = "2de96b65f668a690dc86768338af38779692c23ccc116f4df5746f4700b15d9a"
4467 + checksum = "e1568b6e57626d7dc67545570625dd4f0353bf559c0d839097056d21cc9dda7d"
4468 4468 dependencies = [
4469 4469 "makeover",
4470 4470 "makeover-geometry",
@@ -4473,9 +4473,9 @@
4473 4473
4474 4474 [[package]]
4475 4475 name = "makeover-geometry"
4476 - version = "0.2.0"
4476 + version = "0.3.0"
4477 4477 source = "registry+https://github.com/rust-lang/crates.io-index"
4478 - checksum = "fee41544ab308cc2b66da57ec381d19ca763e85627410b0e27361539e3836873"
4478 + checksum = "3ddfc090a25b44c9738cf05e9839e651cd449f6525a7301ae56187761df0ab66"
4479 4479
4480 4480 [[package]]
4481 4481 name = "makeover-layout"
@@ -172,7 +172,7 @@
172 172 # Emits static/geometry.css (makeover-geometry) and static/layout.css
173 173 # (makeover-webview). The same generator GO and BB run; only the output paths
174 174 # differ, since the server serves its stylesheets rather than bundling them.
175 - makeover-build = "0.2.0"
175 + makeover-build = "0.3.0"
176 176
177 177 [dev-dependencies]
178 178 tower = { version = "0.5.3", features = ["util"] }