Browse Source

Fix size

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
e989666768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-core/src/components/show-plugin.js

2
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;

Loading…
Cancel
Save