applly suggestion
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user