Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/5c3f0203e5150424e1765a13d87d3ee14c4481ec/UI/Shared/Styles/card.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Shared/Styles/card.less

11 lines
209 B

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