Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/4a7f497023c7a0307e89ae30a110415f24656613
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
19 deletions
@ -69,11 +69,6 @@
line-height : 50px ;
}
. year {
margin-left : 5px ;
color : $ disabledColor ;
}
. toggleMonitoredContainer {
align-self : center ;
margin-right : 10px ;
@ -121,6 +116,7 @@
font-size : 20px ;
}
. year ,
. runtime {
margin-right : 15px ;
}
@ -288,10 +288,6 @@ class MovieDetails extends Component {
{ title }
< / d i v >
< div className = { styles . year } >
{ year }
< / d i v >
{
! ! alternateTitles . length &&
< div className = { styles . alternateTitlesIconContainer } >
@ -331,6 +327,10 @@ class MovieDetails extends Component {
< div className = { styles . details } >
< div >
< span className = { styles . year } >
{ year }
< / s p a n >
{
! ! runtime &&
< span className = { styles . runtime } >
@ -433,16 +433,6 @@ class MovieDetails extends Component {
< / d i v >
< / M e a s u r e >
< InfoLabel
className = { styles . detailsInfoLabel }
title = "Path"
size = { sizes . LARGE }
>
< span className = { styles . path } >
{ path }
< / s p a n >
< / I n f o L a b e l >
< InfoLabel
className = { styles . detailsInfoLabel }
title = "Links"