I suspect it’s the container for the comment textarea getting left behind after submission, where the vertical misalignment is the top+bottom padding of the container, because Android uses a different rendering engine for PWAs which follows slightly different rules in its box model, especially WRT flexbox.
I suspect it’s the container for the comment textarea getting left behind after submission, where the vertical misalignment is the top+bottom padding of the container, because Android uses a different rendering engine for PWAs which follows slightly different rules in its box model, especially WRT flexbox.