Recenze doplňku Firefox Relay
Firefox Relay od Firefox
Recenze od uživatele ivnfm
Hodnocení: 5 z 5
od uživatele ivnfm, před 3 letyFive 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.
Odpověď vývojáře
zveřejněno před 3 letyThis should be fixed now in the latest version! Thank you for reporting.