@@ -30,6 +41,9 @@ defineProps({
height: 100%;
display: flex;
flex-direction: column;
+ align-items: center;
+ padding: 2rem;
+ background: #f0f1f4;
}
.preview-header {
@@ -62,8 +76,15 @@ defineProps({
.preview-frame {
width: 100%;
+ max-width: 900px;
flex: 1;
border: none;
+ background: #fff;
+ box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
+}
+
+.preview-frame.landscape {
+ max-width: 1180px;
}
.empty-preview {