diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 98aab484..6b4c2b47 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -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", }); }