The modal height was changing when switching between "Source Compose" and "Deployable Compose" views due to different heights between the Monaco editor and regular textareas. Changes: - Set fixed height (512px) for Monaco editor via CSS - Increased textarea rows to 25 to match Monaco editor height - Wrapped both views in a container with consistent styling - Modal now maintains same height regardless of view 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| css | ||
| fonts | ||
| js | ||
| views | ||