No tema mobile as medalhas aparecem normalmente e no Firefox também:
No tema Xen Responsive aparecem esses divs do "user agent stylesheet" com display:block (forçando quebra de linha) que quebram o layout em qualquer derivado de Chromium (testei em Vivaldi, Edge, Chrome, Brave) mesmo com extensões desativadas ou perfil novo:
No Brave recém-instalado fica assim, com o mesmo div maldito:
Vamos ver se isso ajuda o @
martec em algo. Será que tem a ver com
Código:
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
common.js:1
que aparece em todos os derivados de Chromium?