modified pane size

This commit is contained in:
isaiM6
2022-08-01 16:09:35 -07:00
parent 328fb1176d
commit 5c7c355d95

View File

@@ -14,13 +14,13 @@
>
<Splitpanes class="smart-splitter" :horizontal="COLUMN_LAYOUT">
<Pane
:size="COLUMN_LAYOUT ? 65 : 50"
:size="COLUMN_LAYOUT ? 55 : 50"
class="hide-scrollbar !overflow-auto flex flex-col"
>
<slot name="primary" />
</Pane>
<Pane
:size="COLUMN_LAYOUT ? 45 : 50"
:size="COLUMN_LAYOUT ? 55 : 50"
class="flex flex-col hide-scrollbar !overflow-auto"
>
<slot name="secondary" />