Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/5d1c6f706555613d97ed9e61d8b665543c2f239b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
7 additions and
3 deletions
@ -667,7 +667,7 @@ const IssueDetails = () => {
< / div >
< / div >
< / div >
< div className = " h-16 sm:h-0 " / >
< div className = " extra-bottom-space " / >
< / div >
) ;
} ;
@ -834,7 +834,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
linkUrl = { ` /movie/ ${ data . id } /similar ` }
hideWhenEmpty
/ >
< div className = " relative h-32 sm:h-8 " / >
< div className = " extra-bottom-space relative" / >
< / div >
) ;
} ;
@ -1016,7 +1016,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
linkUrl = { ` /tv/ ${ data . id } /similar ` }
hideWhenEmpty
/ >
< div className = " relative h-32 sm:h-8 " / >
< div className = " extra-bottom-space relative" / >
< / div >
) ;
} ;
@ -507,6 +507,10 @@
@ apply hidden ;
}
}
. extra-bottom-space {
height : calc ( 4rem + env ( safe-area-inset-bottom ) ) ;
}
}
. ptr--ptr {