From d868c9fd482b67bb97cc2d596ae9f5d465b0b069 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 3 Apr 2024 23:15:20 +0800 Subject: [PATCH] chore: updates min-size --- apps/www/.vitepress/theme/components/BlockPreview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/.vitepress/theme/components/BlockPreview.vue b/apps/www/.vitepress/theme/components/BlockPreview.vue index 404847ea..65b33573 100644 --- a/apps/www/.vitepress/theme/components/BlockPreview.vue +++ b/apps/www/.vitepress/theme/components/BlockPreview.vue @@ -156,7 +156,7 @@ watch([style, codeConfig], async () => { @@ -219,7 +219,7 @@ watch([style, codeConfig], async () => { ref="resizableRef" class="relative rounded-lg border bg-background transition-all " :default-size="100" - :min-size="25" + :min-size="30" >