Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ff4d90eef3725e164a7eb4fc57987f382bd83953
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
12 additions and
5 deletions
@ -65,9 +65,9 @@
{
margin-top : 10px ;
margin-left : 7px ;
margin-right : 25px ;
float : left ;
margin-right : 20px ;
font-weight : bold ;
display : inline-block ;
width : 50px ;
}
@ -79,10 +79,17 @@
width : 170px ;
margin-right : 2px ;
}
. profileOptions input
{
margin-left : 10px ;
margin-bottom : 2px ;
}
. profileOptions select
{
width : 176px ;
width : 176px ;
margin-bottom : 7px ;
}
. qualitySelector
@ -20,7 +20,7 @@
@Html.LabelFor(x => x.Cutoff)
@Html.DropDownListFor(m => m.Cutoff, new SelectList(Model.Allowed, Model.Cutoff))
</div>
<div class="qualitySelector ">
<div class="qualitySelectees ">
@Html.CheckBoxFor(m => m.Sdtv, new { @class = "quality-selectee" })
@Html.LabelFor(m => m.Sdtv)
@Html.CheckBoxFor(m => m.Dvd, new { @class = "quality-selectee" })