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

Fixed series poster size in FF

pull/3113/head
Mark McDowall 12 years ago
parent c04dc9d5e9
commit 7961e83338

@ -47,7 +47,7 @@
.card;
.clickable;
margin-bottom: 20px;
height: 300px;
height: 295px;
.center {
display: block;
@ -122,6 +122,10 @@
opacity: 0.8;
display: none;
}
.series-poster {
width: 168px;
}
}
}

@ -38,6 +38,6 @@ define(['app'], function () {
});
Handlebars.registerHelper('defaultImg', function () {
return new Handlebars.SafeString(' onerror="this.src=\'/content/images/poster-dark.jpg\';"');
return new Handlebars.SafeString('onerror="this.src=\'/content/images/poster-dark.jpg\';"');
});
});

Loading…
Cancel
Save