Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/65b8be16dd978481b8fca38efeba9d6c174a5b0a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Details for episode history flashing on mobile devices

Fixes 

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/2/head
Qstick 5 years ago
parent 84c79924b7
commit 65b8be16dd

@ -56,7 +56,7 @@ class Tooltip extends Component {
} else if ((/^right/).test(data.placement)) {
data.styles.maxWidth = windowWidth - right - 50;
} else {
data.styles.maxWidth = left - 30;
data.styles.maxWidth = left - 35;
}
return data;

Loading…
Cancel
Save