Κριτικές για το Firefox Relay
Firefox Relay από Firefox
Κριτική από ivnfm
Βαθμολογία 5 από 5
από ivnfm, 3 χρόνια πρινFive 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.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 3 χρόνια πρινThis should be fixed now in the latest version! Thank you for reporting.