forked from Qortal/qortal-ui
Fix size
This commit is contained in:
parent
b19f7120bd
commit
e989666768
@ -42,7 +42,7 @@ class ShowPlugin extends connect(store)(LitElement) {
|
|||||||
|
|
||||||
iframe#showPluginFrame {
|
iframe#showPluginFrame {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:calc(var(--window-height) - 68px);
|
height:calc(var(--window-height) - 64px);
|
||||||
border:0;
|
border:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user