From df54d2c4e6645aab7e3c6d5e6e8cb168dad4067c Mon Sep 17 00:00:00 2001 From: nflnkr Date: Tue, 2 Apr 2024 20:03:19 +0300 Subject: [PATCH] fix start page height --- .../ViewPublicationPage/StartPageViewPublication/index.tsx | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx b/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx index 814da89..68cb8ce 100644 --- a/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx +++ b/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx @@ -87,8 +87,7 @@ export const StartPageViewPublication = () => { className="settings-preview-draghandle" sx={{ borderRadius: 0, - // height: "100%", - minHeight: "100vh", + height: "100%", width: "100%", background: settings.cfg.startpageType === "expanded" diff --git a/package.json b/package.json index 1d13733..c951e87 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/squzanswerer", - "version": "1.0.11", + "version": "1.0.12", "type": "module", "main": "./dist-package/index.js", "module": "./dist-package/index.js",