From fed54b6cccf0addad6e3c365997089f6989520af Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 15 Aug 2023 18:49:20 +0530 Subject: [PATCH 1/2] hide contact --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 0387621..6327c5e 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; @@ -3286,6 +3287,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; padding-top: 10px; } + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { + display: none; + } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a { vertical-align: middle; display: flex; -- GitLab From 64fca8c29f1d3abfae4fe463cb0ccc0bc36d0dcb Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Fri, 18 Aug 2023 18:58:54 +0000 Subject: [PATCH 2/2] Revert "Merge branch 'dev/snappy-255' into 'main'" This reverts merge request !44 --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index 6327c5e..0387621 100644 --- a/style.css +++ b/style.css @@ -2862,7 +2862,6 @@ 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; @@ -3287,9 +3286,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; padding-top: 10px; } - #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { - display: none; - } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a { vertical-align: middle; display: flex; -- GitLab