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

19 lines
223 B

/*YUI dropdown*/
.yui3-aclist
{
z-index: 100 !important;
width: auto !important;
}
.yui3-aclist-item-active
{
background: #065EFE !important;
}
/*jQuery UI*/
.ui-widget-header
{
font-weight: normal;
}