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

Fixed: Mass Editor Footer on Smaller Screens

Closes 

(cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
pull/8067/head
Stevie Robinson 3 years ago committed by Qstick
parent 9d2dacea97
commit 86777e021b

@ -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