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/35d29df8647c369add6286fa6798c5564cc2b3e6/UI/Content/menu.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Content/menu.less

40 lines
490 B

@import "prefixer";
#main-menu-region {
12 years ago
i:before {
font-size : 35px;
12 years ago
}
12 years ago
i {
width : 40px;
12 years ago
}
}
#in-sub-nav li a {
color : #b9b9b9;
}
#in-sub-nav li a:focus {
text-decoration : none;
}
#in-sub-nav {
margin-bottom : 80px;
.span12 {
margin-left : 0px;
}
.logo {
margin-top : 25px;
vertical-align : middle;
height : 70px;
width : 70px;
}
}
.backdrop #in-sub-nav {
background-color : #000000;
.opacity(0.85);
}