From 52e1c3a67a65baea5c98931baf53663a35b001ab Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 28 May 2026 17:58:40 -0700 Subject: aero: scale desktop to fit smaller monitors Use a JS-driven `zoom` on computed from viewport vs a 1440x900 baseline (clamped at 0.55) so absolutely-positioned windows, icons, and the taskbar stop overlapping on lower-res displays. --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index 94a9633..24490b4 100755 --- a/index.html +++ b/index.html @@ -282,6 +282,22 @@ +
-- cgit v1.3-2-g0d8e