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/e0170a08e4f3282a46f09ef11512702b0c2ef42e/NzbDrone.Web/Content/ActionButton.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.Web/Content/ActionButton.css

23 lines
336 B

.actionButton
{
margin: 5px;
padding: 2px 5px;
background-repeat: no-repeat;
background-position: 5px center;
background-color: #cccccc;
display: inline-block;
font-size: 15px;
}
.actionButton img
{
cursor: pointer;
vertical-align: middle;
position: relative;
bottom: 3px;
}
.delete
{
}