ulysses/static
Lukas Parsons 4d3cf1a5f9
Some checks are pending
ci / docker publish / build (amd64) (push) Waiting to run
ci / docker publish / build (arm64) (push) Waiting to run
ci / docker publish / merge manifest + tag (push) Blocked by required conditions
fix: zoom-aware dropdown positioning in cookbook hamburger menus
getBoundingClientRect() returns zoom-scaled coordinates but
window.innerWidth does not. With ui-scale-125 active, the right-edge
calculation (window.innerWidth - rect.right) mixed coordinate spaces,
causing dropdowns to appear displaced from their hamburger buttons.

Divide window.innerWidth by the computed zoom factor to match the
rect coordinate space. Fixes both cookbookRunning.js (Active tab)
and cookbookServe.js (Serve tab).
2026-07-07 11:30:22 -04:00
..
fonts feat(a11y): add a Text size control and an OpenDyslexic font option (#4210) 2026-06-22 13:53:46 +02:00
icons Cookbook model workflow fixes 2026-06-21 11:02:35 +00:00
js fix: zoom-aware dropdown positioning in cookbook hamburger menus 2026-07-07 11:30:22 -04:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Show fallback model in picker 2026-07-01 13:53:51 +00:00
icon.ico feat(launcher): add portable windows launcher (#976) 2026-06-16 04:58:16 +01:00
index.html Hide font size in markdown preview 2026-06-30 13:57:07 +00:00
login.html fix(auth): centralize password and username validation constants (#4120) 2026-06-16 09:52:15 +02:00
manifest.json pwa missing icons added (#428) 2026-06-15 16:00:13 +09:00
style.css fix: zoom-aware window constraints — prevent modals overflowing viewport after ui-scale change 2026-07-07 11:16:26 -04:00
sw.js Hide font size in markdown preview 2026-06-30 13:57:07 +00:00