Files
discourse/app/assets
Kris 7b586f710d FIX: ensure avatar is above post background on small screens (#37738)
Follow-up to 2a1dae078b

Removed this thinking it was unneeded, but it's used to raise the avatar
above the background your posts in PMs get

Before:
<img width="226" height="236" alt="image"
src="https://github.com/user-attachments/assets/8d1106cf-d088-43be-8b95-3d9cce7747ac"
/>


After:
<img width="242" height="222" alt="image"
src="https://github.com/user-attachments/assets/d93c92de-2c3b-4843-acbb-e02a22cec8cf"
/>
2026-02-11 18:18:31 -05:00
..