Vurdering for Firefox Relay
Firefox Relay av Firefox
Vurdering av ivnfm
Vurdering: 5 av 5
av ivnfm, 3 år sidanFive 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.
Svar frå utviklaren
posta 3 år sidanThis should be fixed now in the latest version! Thank you for reporting.