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

applly suggestion

This commit is contained in:
grafixeyehero 2020-01-15 18:54:48 +03:00
parent 5941c914fc
commit 89b28d76f5
2 changed files with 1 additions and 2 deletions

View file

@ -684,7 +684,7 @@
display: none !important
}
.personBackdropimg-hideondesktop {
.personBackdrop {
display: none !important
}

View file

@ -521,7 +521,6 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
}
if ("Person" === item.Type) {
itemBackdropElement.classList.add("personBackdropimg-hideondesktop");
itemBackdropElement.classList.add("personBackdrop");
} else {
itemBackdropElement.classList.remove("personBackdrop");