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/dbc0c2021e802592546e766dea5d39a3103c5710/UI/Content/Overrides/bootstrap.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Content/Overrides/bootstrap.less

44 lines
528 B

@import "../prefixer";
.label, .badge, i {
12 years ago
cursor : default;
}
.input-append {
.add-on {
margin-left : 0;
}
}
.label, .badge, .btn {
.text-shadow(none);
}
.btn {
12 years ago
text-transform : capitalize;
min-width : 80px;
&.btn-mini {
min-width : 0px;
12 years ago
}
&.btn-icon-only {
min-width : 15px;
12 years ago
}
}
.slide-button {
min-width : 0px;
}
.popover-title {
text-transform : none;
}
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
margin-top : 1em;
height : 1em;
line-height : 1em;
}