Adjust SQL layout default split ratio
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
Give the two data tables more default vertical space (1/4 for the code editor instead of 3/5). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ import TurtleSection from "./TurtleSection.vue"
|
|||||||
<n-split
|
<n-split
|
||||||
v-if="code.language === 'sql'"
|
v-if="code.language === 'sql'"
|
||||||
direction="vertical"
|
direction="vertical"
|
||||||
:default-size="3 / 5"
|
:default-size="1 / 4"
|
||||||
:min="1 / 4"
|
:min="1 / 4"
|
||||||
:max="3 / 4"
|
:max="3 / 4"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user