|
|
@@ -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()
|