From fc4adc33f46c9242a65ff629351dd5af51831ddb Mon Sep 17 00:00:00 2001 From: Akhil Date: Wed, 6 Sep 2023 19:22:07 +0530 Subject: [PATCH] Hide contacts again --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 9c058db..aca04d7 100644 --- a/style.css +++ b/style.css @@ -2862,6 +2862,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; padding: 4px 14px 4px 0; margin-left: 20px; + display: none; } #rl-app #rl-right .dropdown-menu.show li a { text-align: left; @@ -4645,3 +4646,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { left: 0%; width: fit-content; } + + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { + display: none; + } + + #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ + display: none !important; + } \ No newline at end of file -- GitLab