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

fix quirks on details

This commit is contained in:
Luke Pulverenti 2016-06-28 22:44:07 -04:00
parent 968431b3ab
commit 2846174b86
5 changed files with 87 additions and 78 deletions

View file

@ -767,7 +767,7 @@
if (mainDrawerButton) {
if (!visible && browserInfo.mobile) {
mainDrawerButton.classList.add('hide');
mainDrawerButton.classList.remove('hide');
} else {
mainDrawerButton.classList.remove('hide');
}