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/e4410d8cb75cb55086a69a64fc97d4659d9614e5/UI/Shared/Styles/card.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Shared/Styles/card.less

9 lines
179 B

.card {
margin :10px;
padding: 10px;
box-shadow: 0px 0px 20px 1px #e1e1e1;
color: #444444;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}