Compare commits

..

No commits in common. "b92b40d9f178ca312fac64b37e6e420061898589" and "8435a63a99a587cbdceb6dd6e44d985ada600f26" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
////
// version: 6da838a
// version: 71de13c
// src/js/dom.ts
var content2 = $("content");
@ -197,8 +197,8 @@ function closeBrowser() {
const id = randomId();
if (showInput)
addInput(id, "browse " + realUrl, "ok");
iframe.style.transformOrigin = "top left";
iframe.style.transform = "scale(0.5)";
iframe.height = String(HEIGHT / 2);
iframe.width = String(WIDTH / 2);
iframe.style.pointerEvents = "none";
iframe.tabIndex = -1;
iframe.classList.remove("fullscreen", "active");

View File

@ -53,8 +53,8 @@ function closeBrowser() {
if (showInput)
addInput(id, "browse " + realUrl, "ok")
iframe.style.transformOrigin = "top left"
iframe.style.transform = "scale(0.5)"
iframe.height = String(HEIGHT / 2)
iframe.width = String(WIDTH / 2)
iframe.style.pointerEvents = "none"
iframe.tabIndex = -1
iframe.classList.remove("fullscreen", "active")