Fix: Main item now returns to correct position on season close

pull/16/head
Juraj Nyíri 4 years ago
parent bd4b89dc26
commit 3ecc1de620

@ -19561,7 +19561,7 @@ class PlexMeetsHomeAssistant extends HTMLElement {
} }
else { else {
this.minimizeSeasons(); this.minimizeSeasons();
this.activeMovieElem.style.top = `0px`; this.activeMovieElem.style.top = `16px`;
} }
} }
}); });

@ -398,7 +398,7 @@ class PlexMeetsHomeAssistant extends HTMLElement {
seasonEpisodesCount.style.color = 'rgba(255,255,255,0)'; seasonEpisodesCount.style.color = 'rgba(255,255,255,0)';
} else { } else {
this.minimizeSeasons(); this.minimizeSeasons();
this.activeMovieElem.style.top = `0px`; this.activeMovieElem.style.top = `16px`;
} }
} }
}); });

Loading…
Cancel
Save