Improve terminal and UI experience

- Open all terminals in editor area (first column) instead of panel
- Update login message to mention Claude plan (Pro/Max) and API key
- Hide "Claude Code Chat" title when window is very small (<350px)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
andrepimenta
2025-12-03 00:41:53 +00:00
parent 63299008d0
commit e18fa5e261
3 changed files with 22 additions and 7 deletions

View File

@@ -28,6 +28,12 @@ const styles = `
letter-spacing: -0.3px;
}
@media (max-width: 385px) {
.header h2 {
display: none;
}
}
.controls {
display: flex;
gap: 6px;