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/f02fa629ccbd79b1ee9489370f112a89f70fe830/frontend/src/InteractiveSearch/InteractiveSearchRow.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/frontend/src/InteractiveSearch/InteractiveSearchRow.css

42 lines
638 B

.protocol {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
}
.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 85px;
}
.quality,
.customFormat,
.language {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
}
.language {
width: 100px;
}
.rejected,
.download {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}
.age,
.size {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
white-space: nowrap;
}
.peers {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 75px;
}