Revisiones de Firefox Relay
Firefox Relay por Firefox
Revisado por ivnfm
Se valoró con 5 de 5
por ivnfm, hace 3 añosFive starts because it's great, but latest version 2.2.1 is broken on Twitch, it's pure CSS, this line on relay.css is causing the bug
:root, body {
font-size: 16px;
}
if you disabled this line, seems to work well.
:root, body {
font-size: 16px;
}
if you disabled this line, seems to work well.
Respuesta del desarrollador
publicado el hace 3 añosThis should be fixed now in the latest version! Thank you for reporting.