Use layout-mobile class
This commit is contained in:
parent
a62d69f813
commit
ad72f590f7
2 changed files with 13 additions and 13 deletions
|
@ -852,10 +852,6 @@ define(['browser', 'datetime', 'backdrop', 'libraryBrowser', 'listView', 'imageL
|
|||
context.querySelector('.btnTogglePlaylist').classList.remove('hide');
|
||||
context.querySelector('.nowPlayingInfoButtons').insertAdjacentHTML('afterbegin', repeatButtonHtml);
|
||||
context.querySelector('.nowPlayingInfoButtons').insertAdjacentHTML('beforeend', shuffleButtonHtml);
|
||||
let childs = context.querySelectorAll('*');
|
||||
for (let child of childs) {
|
||||
child.classList.add('mobilePlayer');
|
||||
}
|
||||
}
|
||||
|
||||
bindEvents(context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue