portal size

This commit is contained in:
Brandon Fergerson 2022-05-01 17:48:45 +04:00
parent ac40439664
commit 3a8d7e3617

View File

@ -33,9 +33,9 @@ let portalStyle = reactive({});
if (query["portal"] === "true") { if (query["portal"] === "true") {
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
portalStyle = reactive({ portalStyle = reactive({
"height": "100%", height: "100%",
"max-height": "375px", "max-height": "350px",
"max-width": "800px", "max-width": "963px",
}); });
} }