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;