diff --git a/packages/hoppscotch-common/src/components/app/PaneLayout.vue b/packages/hoppscotch-common/src/components/app/PaneLayout.vue index 486a58cd6..837220f8f 100644 --- a/packages/hoppscotch-common/src/components/app/PaneLayout.vue +++ b/packages/hoppscotch-common/src/components/app/PaneLayout.vue @@ -18,13 +18,18 @@ :horizontal="COLUMN_LAYOUT" @resize="setPaneEvent($event, 'horizontal')" > - + @@ -33,7 +38,7 @@ @@ -78,10 +83,10 @@ type PaneEvent = { size: number } -const PANE_MAIN_SIZE = ref(74) -const PANE_SIDEBAR_SIZE = ref(26) -const PANE_MAIN_TOP_SIZE = ref(42) -const PANE_MAIN_BOTTOM_SIZE = ref(58) +const PANE_MAIN_SIZE = ref(70) +const PANE_SIDEBAR_SIZE = ref(30) +const PANE_MAIN_TOP_SIZE = ref(35) +const PANE_MAIN_BOTTOM_SIZE = ref(65) if (!COLUMN_LAYOUT.value) { PANE_MAIN_TOP_SIZE.value = 50 diff --git a/packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue b/packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue index 001b4b98d..5a5fb602e 100644 --- a/packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue +++ b/packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue @@ -1,6 +1,6 @@