1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

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

This commit is contained in:
Andrew Kingston 2021-09-07 16:02:47 +01:00
parent fbbeccc0a1
commit 3b3df86e4d

View file

@ -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>