diff --git a/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css b/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css index 4d0f8861e1..3d6801ba53 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css +++ b/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css @@ -4,4 +4,4 @@ .layout-tv .btnHeaderSave { display: none; -} +} \ No newline at end of file diff --git a/dashboard-ui/components/viewcontainer-lite.js b/dashboard-ui/components/viewcontainer-lite.js index 534398d20a..14536ad4c5 100644 --- a/dashboard-ui/components/viewcontainer-lite.js +++ b/dashboard-ui/components/viewcontainer-lite.js @@ -224,6 +224,10 @@ define(['browser'], function (browser) { easing: 'ease-out' } + if (!browser.chrome) { + timings.fill = 'both'; + } + var animations = []; if (oldAnimatedPage) { @@ -263,6 +267,10 @@ define(['browser'], function (browser) { easing: 'ease-out' } + if (!browser.chrome) { + timings.fill = 'both'; + } + var animations = []; if (oldAnimatedPage) {