mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
applly suggestion
This commit is contained in:
parent
5941c914fc
commit
89b28d76f5
2 changed files with 1 additions and 2 deletions
|
@ -684,7 +684,7 @@
|
|||
display: none !important
|
||||
}
|
||||
|
||||
.personBackdropimg-hideondesktop {
|
||||
.personBackdrop {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue