diff --git a/src/App.vue b/src/App.vue index b5d616a..89efbfc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,6 @@ @@ -71,8 +76,6 @@ onMounted(() => renderPreview(true)); - - @@ -80,8 +83,8 @@ onMounted(() => renderPreview(true)); #preview-frame { position: fixed; top: 0; - left: 250px; - width: calc(100% - 600px); + left: 0; + width: 100vw; height: 100vh; border: none; } diff --git a/src/components/StylesheetViewer.vue b/src/components/StylesheetViewer.vue index 5782ddc..012f251 100644 --- a/src/components/StylesheetViewer.vue +++ b/src/components/StylesheetViewer.vue @@ -1,5 +1,5 @@ -