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:
parent
1ea5d5f307
commit
2ec84b5d03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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 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) {
|
if (center) {
|
||||||
dlg.classList.add('centered');
|
dlg.classList.add('centered');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue