Critiques pour Firefox Relay
Firefox Relay par Firefox
Avis de ivnfm
Noté 5 sur 5
par ivnfm, il y a 4 ansFive 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.
Réponse du développeur
mis en ligne : il y a 4 ansThis should be fixed now in the latest version! Thank you for reporting.