Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/0d76fbcf0dfa38ba38670ae47425410c36d992d4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
15 additions and
6 deletions
@ -15,7 +15,7 @@ function AlbumInteractiveSearchModal(props) {
return (
< Modal
isOpen = { isOpen }
size = { sizes . EXTRA _ LARGE}
size = { sizes . EXTRA _ EXTRA_ LARGE}
closeOnBackgroundClick = { false }
onModalClose = { onModalClose }
>
@ -14,7 +14,7 @@ function ArtistInteractiveSearchModal(props) {
return (
< Modal
isOpen = { isOpen }
size = { sizes . EXTRA _ LARGE}
size = { sizes . EXTRA _ EXTRA_ LARGE}
closeOnBackgroundClick = { false }
onModalClose = { onModalClose }
>
@ -63,6 +63,13 @@
width : 1280px ;
}
. extraExtraLarge {
composes : modal ;
width : 1600px ;
}
@ media only screen and ( max-width : $ breakpointExtraLarge ) {
. modal . extraLarge {
width : 90 % ;
@ -90,7 +97,8 @@
. modal . small ,
. modal . medium ,
. modal . large ,
. modal . extraLarge {
. modal . extraLarge ,
. modal . extraExtraLarge {
max-height : 100 % ;
width : 100 % ;
height : 100 % ! important ;
@ -1,6 +1,7 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'extraExtraLarge' : string ;
'extraLarge' : string ;
'large' : string ;
'medium' : string ;
@ -3,5 +3,5 @@ export const SMALL = 'small';
export const MEDIUM = 'medium' ;
export const LARGE = 'large' ;
export const EXTRA _LARGE = 'extraLarge' ;
export const all = [ EXTRA _SMALL , SMALL , MEDIUM , LARGE , EXTRA _LARGE ];
export const EXTRA _EXTRA _LARGE = 'extraExtraLarge' ;
export const all = [ EXTRA _SMALL , SMALL , MEDIUM , LARGE , EXTRA _LARGE , EXTRA _EXTRA _LARGE ];
@ -48,7 +48,7 @@ class InteractiveImportModal extends Component {
return (
< Modal
isOpen = { isOpen }
size = { sizes . EXTRA _ LARGE}
size = { sizes . EXTRA _ EXTRA_ LARGE}
closeOnBackgroundClick = { false }
onModalClose = { onModalClose }
>