Skip to content

fix: add 3-way horizontal split variant and fix file manager overflow#796

Merged
LukeGus merged 1 commit into
Termix-SSH:dev-2.3.0from
ZacharyZcR:fix/split-view-3way-and-files
May 20, 2026
Merged

fix: add 3-way horizontal split variant and fix file manager overflow#796
LukeGus merged 1 commit into
Termix-SSH:dev-2.3.0from
ZacharyZcR:fix/split-view-3way-and-files

Conversation

@ZacharyZcR
Copy link
Copy Markdown
Member

Summary

  • Adds "3-Way (H)" split layout: 2 panes on top + 1 pane on bottom
  • Keeps existing "3-Way (V)": 1 left + 2 right stacked
  • Fixes file manager content overflowing its container in split view (missing min-h-0 on nested flex elements)

Related

Closes Termix-SSH/Support#699

… in split view

Adds a "3-Way (H)" layout option (2 top + 1 bottom) alongside the
existing "3-Way (V)" (1 left + 2 right).

Fixes file manager content overflowing its split pane by adding
min-h-0 to nested flex containers that were missing it.
@LukeGus LukeGus merged commit ecb7f4f into Termix-SSH:dev-2.3.0 May 20, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants