Saturday, July 1, 2023
1 change · master
Resolved issues and error corrections
Mobile users can now close an open chat window without the close control overlapping with the button to go to the backend. The chat header now uses a clearer close icon on the right, matching the desktop experience and restoring proper spacing.
Original PR description
While being logged in on mobile and having a chat window open in the frontend, the buttons to close the chat window and to go to the backend — both located on the top-left side of the screen — overlap, making it impossible to close the chat window. To solve this issue we've removed the chat window's `.fa-arrow-left` and replaced it with the `.fa-close` icon on the right which is the design we already have on desktop. Padding had been removed around the close button on mobile and has been put back. task-3120032 https://github.com/odoo/odoo/pull/126889 X-original-commit: 870fcce