diff --git a/src/App.vue b/src/App.vue index 75fa227..9a5f72b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ -
+
@@ -49,7 +49,7 @@ const drawerMaxSize = computed(() => toSize(75)); const restrictRange = (x: number) => Math.min(Math.max(drawerMinSize.value, x), drawerMaxSize.value); -const drawerSize = ref(restrictRange(toSize(33))); +const drawerSize = ref(restrictRange(toSize(25))); const onDrawerResize = ref(false); watch(windowWidth, () => (drawerSize.value = restrictRange(drawerSize.value))); @@ -71,7 +71,8 @@ function handleDrawerResize() { + + diff --git a/src/editor/options.vue b/src/editor/options.vue new file mode 100644 index 0000000..317aedb --- /dev/null +++ b/src/editor/options.vue @@ -0,0 +1,10 @@ + + + diff --git a/src/editor/output.vue b/src/editor/output.vue index a599e1e..ce0841d 100644 --- a/src/editor/output.vue +++ b/src/editor/output.vue @@ -1,5 +1,5 @@