In the past week I have noticed that text does not align properly with GIFs on the same chat line.
It appears that text is now aligned to the top of the GIF rather than the bottom as it was previously.
This example shows what I mean. A Room Bot generated this response, but normal chat has the same behaviour.
Before this recent change all the text would be aligned to the bottom of the GIFs like in the photo below.
I went into the Dev Tools and found there is a vertical-align: top that controls this behaviour.
I do not know if this was recently added or if it was previously set to bottom, but switching it off (or setting to bottom) fixes the issue.
The setting on the left causes the misalignment, and the setting on the right fixes it.
Seq.
It appears that text is now aligned to the top of the GIF rather than the bottom as it was previously.
This example shows what I mean. A Room Bot generated this response, but normal chat has the same behaviour.
Before this recent change all the text would be aligned to the bottom of the GIFs like in the photo below.
I went into the Dev Tools and found there is a vertical-align: top that controls this behaviour.
I do not know if this was recently added or if it was previously set to bottom, but switching it off (or setting to bottom) fixes the issue.
The setting on the left causes the misalignment, and the setting on the right fixes it.
Seq.