From e989666768137117348bb4badbbd834c9df85f3c Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:29:36 +0100 Subject: [PATCH] Fix size --- qortal-ui-core/src/components/show-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-core/src/components/show-plugin.js b/qortal-ui-core/src/components/show-plugin.js index 01ef22ea..91531756 100644 --- a/qortal-ui-core/src/components/show-plugin.js +++ b/qortal-ui-core/src/components/show-plugin.js @@ -42,7 +42,7 @@ class ShowPlugin extends connect(store)(LitElement) { iframe#showPluginFrame { width:100%; - height:calc(var(--window-height) - 68px); + height:calc(var(--window-height) - 64px); border:0; padding:0; margin:0;