changed layout of parameters so the pane with the params is more visible

This commit is contained in:
isaiM6
2022-08-01 15:57:43 -07:00
parent fdf0c95f9a
commit 328fb1176d

View File

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