UX: mobile lightbox padding and styling improvements (#35494)

Adds a safe inset bottom for lightbox captions on mobile and removes
image padding on small screens. This change also applies bottom
depending on whether caption is being set or not.

How it looks:

<img width="225" height="487" alt="IMG_9334"
src="https://github.com/user-attachments/assets/d92d379a-ad63-44d0-8320-a0861b2a10e4"
/>
This commit is contained in:
David Battersby
2025-10-20 14:59:03 +04:00
committed by GitHub
parent 695533b99c
commit e30f6b919d
3 changed files with 26 additions and 16 deletions
@@ -86,7 +86,6 @@ export default class ChatUpload extends Component {
style={{this.imageStyle}}
loading="lazy"
tabindex="0"
alt={{@upload.original_filename}}
data-target-width={{this.size.width}}
data-target-height={{this.size.height}}
data-dominant-color={{@upload.dominant_color}}