From b92b40d9f178ca312fac64b37e6e420061898589 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 6 Oct 2025 20:59:50 -0700 Subject: [PATCH] update build.js --- public/bundle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/bundle.js b/public/bundle.js index 78960b1..10fade9 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -1,5 +1,5 @@ //// -// version: 71de13c +// version: 6da838a // src/js/dom.ts var content2 = $("content"); @@ -197,8 +197,8 @@ function closeBrowser() { const id = randomId(); if (showInput) addInput(id, "browse " + realUrl, "ok"); - iframe.height = String(HEIGHT / 2); - iframe.width = String(WIDTH / 2); + iframe.style.transformOrigin = "top left"; + iframe.style.transform = "scale(0.5)"; iframe.style.pointerEvents = "none"; iframe.tabIndex = -1; iframe.classList.remove("fullscreen", "active");