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

Fix mobile layout ()

pull/1896/head
Louis Laureys 7 years ago committed by Jamie
parent 9f1475abb6
commit f66130c158

@ -11,10 +11,6 @@ $success-colour: #5cb85c;
$i: !important;
@media (min-width: 768px ) {
.row {
position: relative;
}
.bottom-align-text {
position: absolute;
bottom: 0;
@ -38,6 +34,10 @@ $i: !important;
}
}
.row {
position: relative;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

Loading…
Cancel
Save