Merge remote-tracking branch 'upstream/develop' into fix/230_refresh
# Conflicts: # mopidy_musicbox_webclient/static/mb.appcache
This commit is contained in:
commit
dcc5b62f76
@ -640,6 +640,7 @@ a {
|
||||
.ui-responsive-panel.ui-page-panel .ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
|
||||
.ui-responsive-panel.ui-page-panel .ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal {
|
||||
margin-right: 17em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.ui-responsive-panel.ui-page-panel .ui-panel-content-fixed-toolbar-open.ui-panel-content-wrap-display-push.ui-panel-content-fixed-toolbar-position-right,
|
||||
@ -648,14 +649,14 @@ a {
|
||||
.ui-responsive-panel.ui-page-panel .ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
|
||||
margin: 0 0 0 17em;
|
||||
}
|
||||
|
||||
.ui-responsive-panel .ui-panel-dismiss-display-reveal {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*tablets and desktop*/
|
||||
@media (min-width: 35em) {
|
||||
.ui-responsive-panel .ui-panel-dismiss-display-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.popupDialog {
|
||||
min-width: 320px;
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@ function resetSong () {
|
||||
}
|
||||
|
||||
function resizeMb () {
|
||||
if ($(window).width() < 560) {
|
||||
if ($(window).width() < 880) {
|
||||
$('#panel').panel('close')
|
||||
} else {
|
||||
$('#panel').panel('open')
|
||||
@ -373,6 +373,10 @@ function locationHashChanged () {
|
||||
|
||||
setHeadline(divid)
|
||||
|
||||
if ($(window).width() < 880) {
|
||||
$('#panel').panel('close')
|
||||
}
|
||||
|
||||
$('.mainNav a').removeClass($.mobile.activeBtnClass)
|
||||
// i don't know why some li elements have those classes, but they do, so we need to remove them
|
||||
$('.mainNav li').removeClass($.mobile.activeBtnClass)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 2017-02-18:v2
|
||||
# 2017-02-24:v1
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user