Skip to content

Commit 9a2aec9

Browse files
committed
Fix editor layout more cleaner
1 parent 2bae6d6 commit 9a2aec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

view/style/editor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"top": "center",
55
"left": "center",
66
"width": "80%",
7-
"height": "80%"
7+
"height": "70%"
88
},
99
"textarea": {
1010
"top": "top",
1111
"left": "left",
1212
"width": "100%",
13-
"height": "100%-4",
13+
"height": "100%-3",
1414
"border": "line",
1515
"mouse": true,
1616
"vi": true,

0 commit comments

Comments
 (0)