element-web/playwright
David Baker 5ac222e1c4
Fix alignment of user menu avatar (#12289)
* Fix alignment of user menu avatar

https://github.com/matrix-org/matrix-react-sdk/pull/12267 made the avatar
a couple of pixels out of alignment with the space icons. It just needed
to be moved 2px to the right to match the 18px margin of the space icons
(including the padding from the black border).

Also change elements in the user menu to block elements so they don't
generate extra vertical space in the user menu div, which was causing the
hairline to be too far down.

* Update snapshots

* Typo

Co-authored-by: Robin <robin@robin.town>

* Reference the span by class

* The img wasn't actually necessary here

---------

Co-authored-by: Robin <robin@robin.town>
2024-02-27 19:50:44 +00:00
..
e2e Hide the archived section (#12286) 2024-02-27 10:00:10 +00:00
pages Improvements to Playwright test infrastructure (#12260) 2024-02-19 17:26:32 +00:00
plugins Add Playwright tests for OIDC-aware & OIDC-native (#12252) 2024-02-21 10:43:47 +00:00
sample-files Remove Cypress & Playwright in their entirety (#12145) 2024-01-16 09:48:49 +00:00
snapshots Fix alignment of user menu avatar (#12289) 2024-02-27 19:50:44 +00:00
.gitignore Add Playwright tests for OIDC-aware & OIDC-native (#12252) 2024-02-21 10:43:47 +00:00
docker-entrypoint.sh Migrate settings/* from Cypress to Playwright (#11949) 2023-11-29 13:50:13 +00:00
Dockerfile Update all non-major dependencies (#12214) 2024-02-22 10:11:25 +00:00
element-web-test.ts Improvements to Playwright test infrastructure (#12260) 2024-02-19 17:26:32 +00:00
global.d.ts Migrate widgets/* from Cypress to Playwright (#12032) 2023-12-12 17:26:08 +00:00
tsconfig.json Update all non-major dependencies (#12214) 2024-02-22 10:11:25 +00:00