Browse Source

Leave builder preview always the same size and depend on app to resize itself

pull/2576/head
Andrew Kingston 5 years ago
parent
commit
dea0b02a1f
  1. 11
      packages/builder/src/components/design/AppPreview/CurrentItemPreview.svelte

11
packages/builder/src/components/design/AppPreview/CurrentItemPreview.svelte

@ -209,15 +209,4 @@
width: 100%;
height: 100%;
}
/*iframe.tablet {*/
/* width: 1024px;*/
/* height: 768px;*/
/*}*/
/*iframe.mobile {*/
/* width: calc(390px + 16px);*/
/* height: calc(844px + 16px);*/
/*}*/
/*iframe.mobile :global(#spectrum-root) {*/
/* border-radius: 12px;*/
/*}*/
</style>

Loading…
Cancel
Save