mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix dynamic images for osx
This commit is contained in:
parent
48029f4dc7
commit
870c5e2f2d
2 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
|
||||
itemsContainer.classList.remove('vertical-list');
|
||||
itemsContainer.classList.add('vertical-wrap');
|
||||
itemsContainer.classList.add('centered');
|
||||
}
|
||||
itemsContainer.innerHTML = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue