Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff4fc27

Browse files
committed
perf: adjust default min-height for editor
1 parent ff8268f commit ff4fc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VuePreview.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const isHover = useElementHover(vuePreviewContainerRef)
169169
--vue-preview-color-icon-bg-hover: hsl(220, 95%, 95%);
170170
--vue-preview-color-model-bg: hsla(0, 0%, 80%, 0.1);
171171
--vue-preview-editor-max-height: 50vh;
172-
--vue-preview-editor-min-height: 200px;
172+
--vue-preview-editor-min-height: 128px;
173173
174174
--bg: #fff;
175175
--border: #ddd;

0 commit comments

Comments
 (0)