From 17d88c007d5cf0e546183b3e2897999dd8375e84 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 27 Jul 2023 00:29:21 -0700 Subject: [PATCH 1/6] Folder issue in webmail --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b0c590b..633083b 100644 --- a/style.css +++ b/style.css @@ -4617,7 +4617,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders li ul.collapsed{ - display: block; + display: unset; } #rl-app .b-folders li{ overflow: unset; -- GitLab From 62a1568d60ad12e7e84508f8323d195daeac886c Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 27 Jul 2023 03:36:15 -0700 Subject: [PATCH 2/6] hotjar integration --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 633083b..be67841 100644 --- a/style.css +++ b/style.css @@ -4619,6 +4619,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li ul.collapsed{ display: unset; } - #rl-app .b-folders li{ + #rl-app .b-folders-user ul > li{ overflow: unset; + margin-left: 20px; + } + #rl-app .b-folders-user{ + overflow: auto; + } + #rl-app .b-folders li{ + width: fit-content; } \ No newline at end of file -- GitLab From 520f3aacfcca79757bc46e53a7d829c41a33352b Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 27 Jul 2023 06:02:53 -0700 Subject: [PATCH 3/6] added 10px as left margin --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index be67841..67f729c 100644 --- a/style.css +++ b/style.css @@ -4621,7 +4621,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders-user ul > li{ overflow: unset; - margin-left: 20px; + margin-left: 10px; } #rl-app .b-folders-user{ overflow: auto; -- GitLab From dc05bbb6236d6cd2d16f848cac7e64b4958a7b26 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 27 Jul 2023 06:06:54 -0700 Subject: [PATCH 4/6] display of icon --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 67f729c..668e1df 100644 --- a/style.css +++ b/style.css @@ -1186,9 +1186,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { padding-right: 0; margin-right: 15px; } -#rl-app .b-folders .b-folders-user li a.selectable .e-collapsed-sign { - display: none; -} #rl-app #V-SettingsMenu nav.b-content, .b-folders .b-content { padding: 0; @@ -4616,9 +4613,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width:50px; } - #rl-app .b-folders li ul.collapsed{ + #rl-app .b-folders li ul{ display: unset; } + #rl-app .b-folders li ul.collapsed{ + display: none; + } #rl-app .b-folders-user ul > li{ overflow: unset; margin-left: 10px; -- GitLab From fbeb0e048f7f43eda023f1248c60ee171725078c Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 27 Jul 2023 06:08:24 -0700 Subject: [PATCH 5/6] display of icon --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 668e1df..ef595dc 100644 --- a/style.css +++ b/style.css @@ -1186,6 +1186,9 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { padding-right: 0; margin-right: 15px; } +#rl-app .b-folders .b-folders-user li a.selectable .e-collapsed-sign { + display: none; +} #rl-app #V-SettingsMenu nav.b-content, .b-folders .b-content { padding: 0; -- GitLab From 6e104cfd72396e4201f3deb41daf39551bed5585 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 27 Jul 2023 06:09:41 -0700 Subject: [PATCH 6/6] change reverted --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index ef595dc..67f729c 100644 --- a/style.css +++ b/style.css @@ -4616,11 +4616,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width:50px; } - #rl-app .b-folders li ul{ - display: unset; - } #rl-app .b-folders li ul.collapsed{ - display: none; + display: unset; } #rl-app .b-folders-user ul > li{ overflow: unset; -- GitLab