From b5193914e38e2b5727be9baf44cb7db365641681 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 16 Dec 2019 14:17:40 +0100 Subject: [PATCH] Add mute info in the profile app --- www/profile/app-profile.less | 4 ++++ www/profile/inner.js | 1 + 2 files changed, 5 insertions(+) diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index 5305a2612..29e9bd644 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -191,5 +191,9 @@ align-items: center; justify-content: center; } + .cp-app-profile-mute-container p { + margin-top: 5px; + font-size: 13px; + } } diff --git a/www/profile/inner.js b/www/profile/inner.js index e0c624190..51f13fb3a 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -306,6 +306,7 @@ define([ refreshMute(data); }); }).appendTo($mute); + $(h('p', Messages.contacts_muteInfo)).appendTo($mute); }); };