We noticed that as of 7 August 2025, Lexemes look slightly broken on mobile beta (example) – specifically, their HTML is still the “legacy” mobile UI, however some styles from wbui2025 are being loaded and result in the rank selector being displayed badly:
The rank selector is being targeted by the following CSS:
.wikibase-rankselector { position: absolute; padding-left: 1rem; padding-top: 0.5rem; }
For now, we should make sure that the mobile lexeme UI just looks as before, without any MEX interference.
Acceptance criteria:
- The wbui2025 styles are scoped so that they only apply to wbui2025 HTML
- The wbui2025 styles aren’t loaded on lexeme pages
