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
1 changed files with 0 additions and 11 deletions

View File

@ -209,15 +209,4 @@
width: 100%; width: 100%;
height: 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> </style>