discourse/app/assets/stylesheets/common/modal
chapoi fdc935b3b5
UX: add fallback width for modal (#32937)
Potentially due specificity changes in #32733 , the `max-modal-width` is
undefined when rendering mobile, resulting in:


![image](https://github.com/user-attachments/assets/8bd8551b-a52e-46a1-92cc-7a3e79db042d)

Despite my expecting the MQ to take preference, it doesn't:
![CleanShot 2025-05-27 at 12 16
08@2x](https://github.com/user-attachments/assets/a897564d-0173-4442-82df-8d5dbaa3411d)

This commit:
* Added a fallback 
* Increased specificity for good measure
* Fixed border-radius (should be zero, aligned with top and full-width)

![CleanShot 2025-05-27 at 12 23
56@2x](https://github.com/user-attachments/assets/9d43ce30-424a-4855-ad43-1b915d251f0d)
2025-05-27 14:31:22 +02:00
..
_index.scss DEV: Remove full_page_login setting (#32189) 2025-04-29 10:40:40 +02:00
modal-overrides.scss UX: add fallback width for modal (#32937) 2025-05-27 14:31:22 +02:00
user-status.scss UX: refactor .d-modal to use BEM and improve styling (#23967) 2023-11-15 10:14:47 +00:00