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

36 lines
471 B

12 years ago
@import "../../Shared/Styles/card";
.indexer-list {
li {
display: inline-block;
vertical-align: top;
}
}
.indexer-settings-item {
.card;
width: 220px;
height: 260px;
padding: 10px 15px;
12 years ago
h3 {
12 years ago
margin-top: 0px;
display: inline-block;
width: 190px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
12 years ago
}
12 years ago
&.add-card {
.center {
margin-top: 100px;
}
}
12 years ago
}