Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/73f34592649fedc20903e7d3e1d2694a84422d53/UI/Content/form.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Content/form.less

40 lines
644 B

.control-group {
12 years ago
.controls {
i.danger {
color: #b94a48;
}
i.warning {
color: #f89406;
}
i {
font-size: 16px;
color: #595959;
cursor: default;
}
.checkbox {
width: 100px;
margin-left: 0px;
display: inline-block;
padding-top: 0px;
margin-bottom: 0px;
}
.help-inline-checkbox {
padding-left: 5px;
display: inline-block;
margin-top: -20px;
margin-bottom: 0;
vertical-align: middle;
}
12 years ago
}
}
12 years ago
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}
12 years ago
textarea.nzb-restrictions {
width: 260px;
}