Skip to main content

max / goingson

Take makeover-build 0.15 for the compact shell override 0.15.0 emits size_class_css() after the density block, so the generated geometry.css now carries the below-600px override that drops --gap-pane to --step-loose and --gap-page to --step-broad.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 22:42 UTC
Signed with PGP, not checked
Commit: d19817f22b74618d0e218813021b5d06c5cbc983
Parent: 2b4c87c
2 files changed, +4 insertions, -4 deletions
M Cargo.lock +3 -3
@@ -3398,9 +3398,9 @@
3398 3398
3399 3399 [[package]]
3400 3400 name = "makeover-build"
3401 - version = "0.14.1"
3401 + version = "0.15.0"
3402 3402 source = "registry+https://github.com/rust-lang/crates.io-index"
3403 - checksum = "4fd18c4050ad28344da34329279baf092a560d5db087bf0e20e45ae2ef928a12"
3403 + checksum = "b517a2d67aba7766eca3b8ee174cef4100fb51f64455c22fe804dac9f5b64c6c"
3404 3404 dependencies = [
3405 3405 "makeover",
3406 3406 "makeover-geometry",
@@ -6449,7 +6449,7 @@
6449 6449 "serde_with",
6450 6450 "swift-rs",
6451 6451 "thiserror 2.0.20",
6452 - "toml 0.9.12+spec-1.1.0",
6452 + "toml 1.1.4+spec-1.1.0",
6453 6453 "url",
6454 6454 "urlpattern",
6455 6455 "uuid",
@@ -16,7 +16,7 @@
16 16 [build-dependencies]
17 17 tauri-build = { workspace = true }
18 18 # Materialises all three generated files: themes/, geometry.css, layout.css.
19 - makeover-build = "0.14.1"
19 + makeover-build = "0.15"
20 20 # The table CSS is generated here too: the columns are this app's, so the
21 21 # shared helper cannot know them, but the tracks and the narrowing rules come
22 22 # from the description rather than from hand-written nth-child cuts.