Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/1f4cf0034e77bff16dd5c8bef146b00c3e535476/UI/Content/menu.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Content/menu.less

23 lines
244 B

#main-menu-region {
i:before {
font-size: 35px;
}
i {
width: 40px;
}
}
#in-sub-nav li a {
color: #b9b9b9;
}
#in-sub-nav {
margin-bottom: 80px;
}
.backdrop #in-sub-nav {
background-color: #000000;
opacity: 0.85;
}