Compare commits
2 Commits
8435a63a99
...
b92b40d9f1
| Author | SHA1 | Date | |
|---|---|---|---|
| b92b40d9f1 | |||
| 6da838a6ee |
|
|
@ -1,5 +1,5 @@
|
||||||
////
|
////
|
||||||
// version: 71de13c
|
// version: 6da838a
|
||||||
|
|
||||||
// src/js/dom.ts
|
// src/js/dom.ts
|
||||||
var content2 = $("content");
|
var content2 = $("content");
|
||||||
|
|
@ -197,8 +197,8 @@ function closeBrowser() {
|
||||||
const id = randomId();
|
const id = randomId();
|
||||||
if (showInput)
|
if (showInput)
|
||||||
addInput(id, "browse " + realUrl, "ok");
|
addInput(id, "browse " + realUrl, "ok");
|
||||||
iframe.height = String(HEIGHT / 2);
|
iframe.style.transformOrigin = "top left";
|
||||||
iframe.width = String(WIDTH / 2);
|
iframe.style.transform = "scale(0.5)";
|
||||||
iframe.style.pointerEvents = "none";
|
iframe.style.pointerEvents = "none";
|
||||||
iframe.tabIndex = -1;
|
iframe.tabIndex = -1;
|
||||||
iframe.classList.remove("fullscreen", "active");
|
iframe.classList.remove("fullscreen", "active");
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,8 @@ function closeBrowser() {
|
||||||
if (showInput)
|
if (showInput)
|
||||||
addInput(id, "browse " + realUrl, "ok")
|
addInput(id, "browse " + realUrl, "ok")
|
||||||
|
|
||||||
iframe.height = String(HEIGHT / 2)
|
iframe.style.transformOrigin = "top left"
|
||||||
iframe.width = String(WIDTH / 2)
|
iframe.style.transform = "scale(0.5)"
|
||||||
iframe.style.pointerEvents = "none"
|
iframe.style.pointerEvents = "none"
|
||||||
iframe.tabIndex = -1
|
iframe.tabIndex = -1
|
||||||
iframe.classList.remove("fullscreen", "active")
|
iframe.classList.remove("fullscreen", "active")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user