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

31 lines
335 B

//
// Utility classes
// --------------------------------------------------
// Quick floats
.pull-right {
float: right;
}
.pull-left {
float: left;
}
// Toggling content
.hide {
display: none;
}
.show {
display: block;
}
// Visibility
.invisible {
visibility: hidden;
}
// For Affix plugin
.affix {
position: fixed;
}