Skip to content

fix: visualization of multiple attachments#13315

Open
madbob wants to merge 1 commit into
nextcloud:mainfrom
madbob:issue_10408
Open

fix: visualization of multiple attachments#13315
madbob wants to merge 1 commit into
nextcloud:mainfrom
madbob:issue_10408

Conversation

@madbob

@madbob madbob commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

The original issue occurs on mobile, when expanding the "more attachments" area. I've introduced an explicit scrollable area that permits to navigate them.

The most invasive modification here is the change of the background color, which was a linear gradient and now is a static color. A linear gradient is proportional, and the height of the transparent portion is unpredictable as may vary accordingly to the number of attachments. With many attachments, the transparent area growns and interact badly with the overlapped contents of the message.

I've also introduced some minor adjustments to bottom buttons ("View more attachments", "Show all on Files", "Download zip") alignment on mobile.

(Don't care broken attachment previews in my screencasts: I'm breaking stuff around 😛 )

Original state:

test-original.mp4

New state:

test-mine-changes.mp4

Fixes #10408

Signed-off-by: Roberto Guido <info@madbob.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mail with lots of attachments not readable, overlays text

1 participant