Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/6c2534ec610a4f965dbab06c245c3306e9bda3ec/UI/Settings/Indexers/indexers.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Settings/Indexers/indexers.less

21 lines
244 B

@import "../../Shared/Styles/card";
.indexer-list {
li {
display: inline-block;
vertical-align: top;
}
}
.indexer-settings-item {
.card;
width: 220px;
height: 260px;
padding: 10px 15px;
h2 {
margin-top: 0px;
}
}