Right now if someone writes a long series of messages and you select them all, it selects the text of the messages, but also the timestamps.
I recommend adding a user-select:none; CSS rule to:
- the timestamps in the inbox chat
- the day text separating texts written on different dates
Also, images that are interpreted as images from a link should have the alt attribute set to the link so that one can select the text with images and paste them as text as it was written.
Right now if someone writes a long series of messages and you select them all, it selects the text of the messages, but also the timestamps.
I recommend adding a
user-select:none;CSS rule to:Also, images that are interpreted as images from a link should have the
altattribute set to the link so that one can select the text with images and paste them as text as it was written.