fix(frontend): place host sessions panel beside agent config (0.20.29)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-22 10:22:20 +10:00
parent d848d94604
commit ad2425b0ff
5 changed files with 47 additions and 27 deletions
@@ -108,6 +108,10 @@ async function terminate(sessionId: string) {
margin: 0.75rem 0;
}
.host-sessions {
margin-top: 0;
}
.host-sessions button.secondary {
margin-top: 0.5rem;
}