Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/c3273b74e8cae9fc688fc602e08ee39b0d0ad49f/UI/Content/tablesorter.pager.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Content/tablesorter.pager.css

17 lines
455 B

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
/* visibility: hidden */
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.pagedisplay-container {
padding-top: 5px;
}