summaryrefslogtreecommitdiffhomepage
path: root/packages/tui
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui')
-rw-r--r--packages/tui/internal/tui/tui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/tui/internal/tui/tui.go b/packages/tui/internal/tui/tui.go
index c1bc73c7c..751e507ee 100644
--- a/packages/tui/internal/tui/tui.go
+++ b/packages/tui/internal/tui/tui.go
@@ -967,7 +967,6 @@ func (a Model) home() (string, int, int) {
█░░░ █░░█ █░░█ █▀▀▀
▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀`
-
logo := lipgloss.JoinHorizontal(
lipgloss.Top,
muted(open),
@@ -1043,7 +1042,7 @@ func (a Model) home() (string, int, int) {
)
editorX := max(0, (effectiveWidth-editorWidth)/2)
- editorY := (a.height / 2) + (mainHeight / 2) - 2
+ editorY := (a.height / 2) + (mainHeight / 2) - 3
if editorLines > 1 {
content := a.editor.Content()