Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/59bac5d5ff92e1c17c210c6c358d04b45c3b6bf4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix for bug with different image size poster

pull/4003/head
twanariens 4 years ago
parent b62455aa68
commit 59bac5d5ff

@ -60,11 +60,11 @@ small {
font-size: 0.8rem;
}
@media (min-width: 2000px) {
.ombi-card{
height:100%;
}
.ombi-card{
height:100%;
}
@media (min-width: 2000px) {
#cardImage {
height: 100%;
object-fit: cover;

Loading…
Cancel
Save