mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
fix(tui): suggestions gap on home page
This commit is contained in:
@@ -1069,7 +1069,7 @@ func (a Model) home() (string, int, int) {
|
|||||||
|
|
||||||
mainLayout = layout.PlaceOverlay(
|
mainLayout = layout.PlaceOverlay(
|
||||||
editorX,
|
editorX,
|
||||||
editorY-overlayHeight+1,
|
editorY-overlayHeight+2,
|
||||||
overlay,
|
overlay,
|
||||||
mainLayout,
|
mainLayout,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user