mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Enable blurred footer in chrome
Enables blurred footer also in chrome
This commit is contained in:
parent
520a9853c7
commit
a5c4e5c54d
@ -7,10 +7,7 @@ define(['browser', 'css!./appfooter'], function (browser) {
|
||||
|
||||
elem.classList.add('appfooter');
|
||||
|
||||
if (!browser.chrome) {
|
||||
// chrome does not display this properly
|
||||
elem.classList.add('appfooter-blurred');
|
||||
}
|
||||
elem.classList.add('appfooter-blurred');
|
||||
|
||||
document.body.appendChild(elem);
|
||||
|
||||
@ -43,4 +40,4 @@ define(['browser', 'css!./appfooter'], function (browser) {
|
||||
};
|
||||
|
||||
return appFooter;
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user