Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/88c58e25295b5ce07fd154a94ee7b4cb87c0a13e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
10 additions and
8 deletions
@ -76,14 +76,15 @@
line-height : 50px ;
}
. a rtist NavigationButtons {
white-space : no - wrap;
. a lbum NavigationButtons {
white-space : no wrap;
}
. a rtist NavigationButton {
. a lbum NavigationButton {
composes : button from 'Components/Link/IconButton.css' ;
margin-left : 5px ;
width : 30px ;
color : # e1e2e3 ;
white-space : nowrap ;
}
@ -255,9 +255,9 @@ class AlbumDetails extends Component {
{ title } { disambiguation ? ` ( ${ disambiguation } ) ` : '' }
< / d i v >
< div className = { styles . a rtist NavigationButtons} >
< div className = { styles . a lbum NavigationButtons} >
< IconButton
className = { styles . a rtist NavigationButton}
className = { styles . a lbum NavigationButton}
name = { icons . ARROW _LEFT }
size = { 30 }
title = { ` Go to ${ previousAlbum . title } ` }
@ -265,7 +265,7 @@ class AlbumDetails extends Component {
/ >
< IconButton
className = { styles . a rtist NavigationButton}
className = { styles . a lbum NavigationButton}
name = { icons . ARROW _UP }
size = { 30 }
title = { ` Go to ${ artist . artistName } ` }
@ -273,7 +273,7 @@ class AlbumDetails extends Component {
/ >
< IconButton
className = { styles . a rtist NavigationButton}
className = { styles . a lbum NavigationButton}
name = { icons . ARROW _RIGHT }
size = { 30 }
title = { ` Go to ${ nextAlbum . title } ` }
@ -84,13 +84,14 @@
}
. artistNavigationButtons {
white-space : no - wrap;
white-space : no wrap;
}
. artistNavigationButton {
composes : button from 'Components/Link/IconButton.css' ;
margin-left : 5px ;
width : 30px ;
color : # e1e2e3 ;
white-space : nowrap ;
}