mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv suggestions
This commit is contained in:
parent
e2272aeecc
commit
9e44f71761
2 changed files with 9 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
.layout-tv .btnHeaderSave {
|
.layout-tv .btnHeaderSave {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
|
@ -224,6 +224,10 @@ define(['browser'], function (browser) {
|
||||||
easing: 'ease-out'
|
easing: 'ease-out'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!browser.chrome) {
|
||||||
|
timings.fill = 'both';
|
||||||
|
}
|
||||||
|
|
||||||
var animations = [];
|
var animations = [];
|
||||||
|
|
||||||
if (oldAnimatedPage) {
|
if (oldAnimatedPage) {
|
||||||
|
@ -263,6 +267,10 @@ define(['browser'], function (browser) {
|
||||||
easing: 'ease-out'
|
easing: 'ease-out'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!browser.chrome) {
|
||||||
|
timings.fill = 'both';
|
||||||
|
}
|
||||||
|
|
||||||
var animations = [];
|
var animations = [];
|
||||||
|
|
||||||
if (oldAnimatedPage) {
|
if (oldAnimatedPage) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue