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

16 lines
329 B

//
// Layouts
// --------------------------------------------------
// Container (centered, fixed-width layouts)
.container {
.container-fixed();
}
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
padding-right: @gridGutterWidth;
padding-left: @gridGutterWidth;
.clearfix();
}