Add mute info in the profile app
This commit is contained in:
parent
ac5100b3b2
commit
b5193914e3
@ -191,5 +191,9 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
.cp-app-profile-mute-container p {
|
||||||
|
margin-top: 5px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -306,6 +306,7 @@ define([
|
|||||||
refreshMute(data);
|
refreshMute(data);
|
||||||
});
|
});
|
||||||
}).appendTo($mute);
|
}).appendTo($mute);
|
||||||
|
$(h('p', Messages.contacts_muteInfo)).appendTo($mute);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user