mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
4a467a2676
commit
091d4e96b7
3 changed files with 10 additions and 5 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.0.70",
|
||||
"_release": "1.0.70",
|
||||
"version": "1.0.71",
|
||||
"_release": "1.0.71",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.0.70",
|
||||
"commit": "db75421f647d89be91ee5de3157770598939a3d6"
|
||||
"tag": "1.0.71",
|
||||
"commit": "460d304ff6916bf6815955a0c0135ff47dd2aca7"
|
||||
},
|
||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "~1.0.0",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
dlg.open();
|
||||
|
||||
// It's not being positioned properly in firefox
|
||||
if (!dlg.classList.contains('fixedSize')) {
|
||||
if (!browser.chrome && !dlg.classList.contains('fixedSize')) {
|
||||
setTimeout(function () {
|
||||
dlg.refit();
|
||||
}, 100);
|
||||
|
|
|
@ -13,6 +13,11 @@ define(['paperdialoghelper', 'layoutManager', 'html!./icons.html', 'css!./style.
|
|||
dialogOptions.size = 'fullscreen';
|
||||
backButton = true;
|
||||
raisedButtons = true;
|
||||
} else {
|
||||
|
||||
dialogOptions.modal = false;
|
||||
dialogOptions.entryAnimationDuration = 160;
|
||||
dialogOptions.exitAnimationDuration = 200;
|
||||
}
|
||||
|
||||
var dlg = paperdialoghelper.createDialog(dialogOptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue