Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/224100b46e5fe8a521482d47611111e0d6c17810?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
13 additions and
10 deletions
@ -11,7 +11,7 @@
< div class = "ended-banner" > Ended< / div >
{{/unless_eq}}
< a href = "{{route}}" >
< img class = "series-poster" src = "{{poster}}" { { defaultImg } } >
< img class = "series-poster" src = "{{poster}}" alt = "{{title}}" >
< / a >
< / div >
< / div >
@ -159,7 +159,11 @@
}
.series-poster {
width : 168px;
width : 168px;
height : 247px;
display : block;
font-size : 34px;
line-height : 34px;
}
}
}
@ -260,9 +264,9 @@
.expander {
.clickable;
line-height: 30px;
margin-left: 8px;
width: 16px;
line-height : 30px;
margin-left : 8px;
width : 16px;
}
.season-grid {
@ -275,15 +279,14 @@
vertical-align : middle !important;
}
.seasonpass-series {
.season-pass-button {
display: inline-block;
width: 120px;
display : inline-block;
width : 120px;
}
.series-monitor-toggle {
font-size: 24px;
margin-top: 3px;
font-size : 24px;
margin-top : 3px;
}
}