fix(ui): selection box position when no repos

Ayman Bagabas created

Change summary

ui/pages/selection/selection.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

ui/pages/selection/selection.go 🔗

@@ -297,6 +297,7 @@ func (s *Selection) View() string {
 	switch s.activeBox {
 	case selectorBox:
 		ss := s.common.Styles.SelectorBox.Copy().
+			Width(s.common.Width - wm).
 			Height(s.common.Height - hm)
 		view = ss.Render(s.selector.View())
 	case readmeBox: