1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Use layout-mobile class

This commit is contained in:
ferferga 2020-06-22 10:51:42 +02:00
parent a62d69f813
commit ad72f590f7
2 changed files with 13 additions and 13 deletions

View file

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