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

Show hover status in nav bar hamburger menu on mobile

pull/4/head
Mark McDowall 11 years ago
parent 59a91040df
commit 5d003fff5d

@ -150,6 +150,16 @@
}
}
}
.navbar-collapse {
.navbar-nav {
li {
&:focus, &:hover {
background-color: #535353;
}
}
}
}
}
.search {

Loading…
Cancel
Save