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

Fixed: Mass Editor Footer on Smaller Screens

(cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
pull/2441/head
Stevie Robinson 3 years ago committed by Qstick
parent a90f5f7b4e
commit 5587af7806

@ -19,7 +19,7 @@
}
}
@media only screen and (max-width: $breakpointLarge) {
@media only screen and (max-width: $breakpointExtraLarge) {
.contentFooter {
flex-wrap: wrap;
}

Loading…
Cancel
Save