1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix one pixel issue on detials and add fixme

This commit is contained in:
MrTimscampi 2020-03-03 19:36:52 +01:00
parent 8a69092106
commit 7f019dfffb
2 changed files with 2 additions and 2 deletions

View file

@ -516,6 +516,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "userSetti
}
if ("Person" === item.Type) {
// FIXME: This hides the backdrop on all persons to fix a margin issue. Ideally, a proper fix should be made.
page.classList.add('noBackdrop');
itemBackdropElement.classList.add("personBackdrop");
} else {