From 71574d569cf910ad2c47be9f678d1f0563d17509 Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 17 Jul 2023 00:53:40 -0700 Subject: [PATCH 1/3] Added block in folder collapse --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index cecc94b..107ff24 100644 --- a/style.css +++ b/style.css @@ -4615,3 +4615,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { display:inline-block; width:50px; } + + #rl-app .b-folders li ul.collapsed{ + display: block; + } \ No newline at end of file -- GitLab From fc8c62e827c17707cc855dd8f6311fe3156bad76 Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 17 Jul 2023 00:57:03 -0700 Subject: [PATCH 2/3] Added block in folder collapse --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 107ff24..63137e1 100644 --- a/style.css +++ b/style.css @@ -4618,4 +4618,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li ul.collapsed{ display: block; + } + #rl-app .b-folders li{ + overflow: unset; } \ No newline at end of file -- GitLab From 151127396f4ee6e55a8b4ed89b17fb8e8081155e Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 17 Jul 2023 03:40:15 -0700 Subject: [PATCH 3/3] vertical align middle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 63137e1..b0c590b 100644 --- a/style.css +++ b/style.css @@ -4078,7 +4078,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { line-height: 20px; font-size: 0; color: transparent; - vertical-align: bottom; + vertical-align: middle; } #rl-app #messageItem .messageItemHeader { margin-top: 0; -- GitLab