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") {
// eslint-disable-next-line no-undef
portalStyle = reactive({
"height": "100%",
"max-height": "375px",
"max-width": "800px",
height: "100%",
"max-height": "350px",
"max-width": "963px",
});
}