max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+9 insertions,
-5 deletions
| @@ -539,14 +539,18 @@ | |||
| 539 | 539 | makeover_build::tauri_frontend_with( | |
| 540 | 540 | env!("CARGO_MANIFEST_DIR"), | |
| 541 | 541 | &makeover_build::Emit::default(), | |
| 542 | - | // `Some(".ui-mode-mobile")` until 2026-08-22, which had | |
| 542 | + | // No manual override, and this is settled rather than pending: Max | |
| 543 | + | // ruled it 2026-08-22 (goingson `c3d15a83`). Density is a question | |
| 544 | + | // about the viewport and the app answers it. | |
| 545 | + | // | |
| 546 | + | // This was `Some(".ui-mode-mobile")` until then, which had | |
| 543 | 547 | // makeover-geometry generate a touch-density override keyed on that | |
| 544 | 548 | // class. `js/bootstrap-uimode.js` set it from `?ui=mobile` or | |
| 545 | 549 | // `goingson.uiMode`, and that script went with the SPA, so the block | |
| 546 | - | // was styling a class nothing could put in the document. Density | |
| 547 | - | // follows the width condition alone now. Restoring the manual override | |
| 548 | - | // means a `Shell::body_class` read from the stored preference, which is | |
| 549 | - | // a feature rather than a cleanup and is filed as one. | |
| 550 | + | // had been styling a class nothing could put in the document. The | |
| 551 | + | // escape hatch existed because the old detection sniffed user agents | |
| 552 | + | // and was sometimes wrong; the width condition is not wrong in that | |
| 553 | + | // way, so there is nothing left for a hatch to escape. | |
| 550 | 554 | None, | |
| 551 | 555 | &makeover_build::Typography::house("../fonts").with_override( | |
| 552 | 556 | makeover_build::FontOverride::new( |