mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Previous approach used invalid inline styles with @media queries, which browsers ignore. Now using: - Unique modal ID generated with PHP uniqid() - <style> tag with proper CSS media queries - ID selector for scoped styling This properly constrains modal width on large screens while keeping full width on mobile. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>