coolify/resources/views/components
Andras Bacsai 20099630fc Fix modal width with proper CSS media queries
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>
2025-11-14 10:05:00 +01:00
..
applications ui(components): adjust SVG icon sizes for consistency across applications and services 2025-10-01 18:43:21 +02:00
emails
forms fix: Monaco editor empty for docker compose applications 2025-10-27 12:48:20 +01:00
notification feat: add custom webhook notification support 2025-10-10 15:37:00 +02:00
resources
security feat: add cloud-init scripts management UI in Security section 2025-10-11 12:42:09 +02:00
server improved hetzner features 2025-10-09 12:53:57 +02:00
services ui(components): adjust SVG icon sizes for consistency across applications and services 2025-10-01 18:43:21 +02:00
settings
status feat: add container restart tracking and crash loop detection 2025-11-10 13:04:31 +01:00
team
banner.blade.php
boarding-progress.blade.php feat(onboarding): add Hetzner integration and fix navigation issues 2025-10-12 18:52:45 +02:00
boarding-step.blade.php feat(onboarding): add Hetzner integration and fix navigation issues 2025-10-12 18:52:45 +02:00
callout.blade.php
chevron-down.blade.php
confirm-modal.blade.php
domain-conflict-modal.blade.php
dropdown.blade.php
environment-variable-warning.blade.php
external-link.blade.php
git-icon.blade.php
helper.blade.php
highlighted.blade.php
internal-link.blade.php
layout-simple.blade.php
layout.blade.php
limit-reached.blade.php
loading-on-button.blade.php
loading.blade.php
modal-confirmation.blade.php fix: make modals scrollable on small screens 2025-10-24 18:27:16 +02:00
modal-input.blade.php Fix modal width with proper CSS media queries 2025-11-14 10:05:00 +01:00
modal.blade.php fix: make modals scrollable on small screens 2025-10-24 18:27:16 +02:00
navbar.blade.php refactor: simplify project data retrieval and enhance OAuth settings handling 2025-10-27 17:03:19 +01:00
page-loading.blade.php
popup-small.blade.php
popup.blade.php
pricing-plans.blade.php
resource-view.blade.php feat: display service logos in original colors with consistent sizing 2025-10-24 10:22:33 +02:00
slide-over.blade.php
toast.blade.php
use-magic-bar.blade.php
version.blade.php