discourse/plugins/discourse-calendar/assets
Kris 96fab88d9b
UX: make mobile date display consistent with desktop (#39407)
This is a minor adjustment to get the topic list date display for events
consistent across all screen widths. Currently we style mobile
differently, but there's not much reason for this. The current version
does wrap better along with title text, but it's also a little confusing
visually. Better to have a consistent display.

I also removed the CSS hiding the date from the docked mobile header.
The mobile title truncates if needed, and this includes the date... so
we already get this behavior for free.

Before:
<img width="350" alt="image"
src="https://github.com/user-attachments/assets/8de5f92f-efe9-40eb-8a72-8e33d01d299e"
/>



After: 
<img width="350" alt="image"
src="https://github.com/user-attachments/assets/579e9613-646f-42c0-a250-48bbca0959a5"
/>


Docked header... 

If it fits:
<img width="300" alt="image"
src="https://github.com/user-attachments/assets/7d8173fc-5b5d-4dbe-ae90-1898676d8716"
/>


If it doesn't: 
<img width="300" alt="image"
src="https://github.com/user-attachments/assets/51f57fd1-577b-48fc-8df0-0e0f4b2fa16d"
/>
2026-04-21 19:39:16 -04:00
..
javascripts/discourse FEATURE: linkify URLs in calendar event descriptions (#39314) 2026-04-18 16:57:17 +02:00
stylesheets UX: make mobile date display consistent with desktop (#39407) 2026-04-21 19:39:16 -04:00