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

23 lines
490 B

#msgBox
{
display: none;
height: 40px;
background-color: #272525;
background-image: url(images/spin.gif) no-repeat left middle;
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
padding: 10px;
text-align: left;
position: fixed;
z-index: 99;
bottom: 0;
font-size: 20px;
color: White;
width:890px;
}
#msgCloseButton
{
float: right;
}