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

update action sheet

This commit is contained in:
Luke Pulverenti 2016-02-22 14:32:35 -05:00
parent 1ea5d5f307
commit 2ec84b5d03

View file

@ -103,7 +103,7 @@
// If any items have an icon, give them all an icon just to make sure they're all lined up evenly
var renderIcon = itemsWithIcons.length;
var center = options.title && (!itemsWithIcons.length || itemsWithIcons.length != options.items.length);
var center = options.title && (!itemsWithIcons.length /*|| itemsWithIcons.length != options.items.length*/);
if (center) {
dlg.classList.add('centered');