This commit is contained in:
MeowcaTheoRange 2023-11-23 12:10:55 -06:00
parent e760c00998
commit c428545d20

View file

@ -157,7 +157,7 @@ class WindowObject {
static createWindow(windowRef, content, srcdoc, w, h) {
const windowObject = document.createElement("div");
windowObject.classList.add("window-object");
windowObject.style.width = `calc(${w}px + 1.5em)`;
windowObject.style.width = `calc(${w}px + 2.5em)`;
windowObject.style.height = `calc(${h}px + 2.5em)`;
{