From c2fa36e7ebfcd66cd39dc330452daa5d825e80ee Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 15:29:55 +0530 Subject: [PATCH 01/19] min width set --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 33ca62a..1c65ee8 100644 --- a/style.css +++ b/style.css @@ -3737,6 +3737,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } .rl-side-preview-pane #rl-app #V-MailMessageList .messageList{ overflow: hidden; + min-width:359px; } #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); -- GitLab From 8fe554f0d1a3a683d3e104228ced06ac9fd7b2c7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 15:30:49 +0530 Subject: [PATCH 02/19] set top for new snappy --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1c65ee8..63c4808 100644 --- a/style.css +++ b/style.css @@ -3674,7 +3674,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { padding-right:0px; } #rl-app .messageView .messageItemHeader{ - margin-top: 15px; + margin-top: 14px; border-top: 1px solid var(--color-border-grey); border-radius: 0px; } -- GitLab From dcf6756a9fb1202998b354d9bbbed08448e233cf Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 15:33:50 +0530 Subject: [PATCH 03/19] set max width to avoid operlap --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 63c4808..6febcdd 100644 --- a/style.css +++ b/style.css @@ -3738,6 +3738,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList{ overflow: hidden; min-width:359px; + max-width: 40%; } #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); -- GitLab From f2f90782d95bd80dd2353946a75e8cc8adfb6408 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 15:35:54 +0530 Subject: [PATCH 04/19] set max width to avoid operlap --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6febcdd..5ed6241 100644 --- a/style.css +++ b/style.css @@ -3738,7 +3738,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList{ overflow: hidden; min-width:359px; - max-width: 40%; + max-width: 100%; } #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); -- GitLab From dbb33b836d9b5e90b00864d37b9bd456f4af0086 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 15:39:35 +0530 Subject: [PATCH 05/19] set max width to avoid operlap --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5ed6241..aac240e 100644 --- a/style.css +++ b/style.css @@ -2957,7 +2957,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar color: var(--color-text-dark-second); font-weight: 400; font-size: 24px; - margin-top: 15px; + margin-top: 14px; border-top: 1px solid var(--color-border-grey); border-radius: 0px; } -- GitLab From 064c04d051c5d31b3979196bb893dbfb9a64c63a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 17:03:44 +0530 Subject: [PATCH 06/19] set max width to 60 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index aac240e..8b39c57 100644 --- a/style.css +++ b/style.css @@ -998,7 +998,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { padding:0; } .rl-side-preview-pane #rl-app #V-MailMessageList { - max-width: 40%; + max-width: 60%; min-width: 360px; overflow: hidden; } -- GitLab From 9609647f90b5f4eacc3d00a4d25a100eecf1654b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 17:09:44 +0530 Subject: [PATCH 07/19] set max width to 60 --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 8b39c57..947581a 100644 --- a/style.css +++ b/style.css @@ -998,7 +998,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { padding:0; } .rl-side-preview-pane #rl-app #V-MailMessageList { - max-width: 60%; + max-width: 40%; min-width: 360px; overflow: hidden; } @@ -3738,7 +3738,6 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList{ overflow: hidden; min-width:359px; - max-width: 100%; } #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); -- GitLab From 505463f02c287a50c403a2aaf759b342c9c2acd4 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 17:25:24 +0530 Subject: [PATCH 08/19] set max width to 440px --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 947581a..b52ae71 100644 --- a/style.css +++ b/style.css @@ -3802,4 +3802,8 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .b-folders li a{ color:unset; +} +#rl-app .messageList .second-toolbar, +#rl-app .messageList .b-content{ + max-width:440px; } \ No newline at end of file -- GitLab From 8f510788e7006aac112d98cddffacb709952e931 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 17:27:28 +0530 Subject: [PATCH 09/19] set max width to 440px --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b52ae71..7ced9be 100644 --- a/style.css +++ b/style.css @@ -3738,6 +3738,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList{ overflow: hidden; min-width:359px; + max-width: 441px; } #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); @@ -3804,6 +3805,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { color:unset; } #rl-app .messageList .second-toolbar, -#rl-app .messageList .b-content{ +#rl-app .messageList .b-content, +#rl-app .messageList .b-footer { max-width:440px; } \ No newline at end of file -- GitLab From d9d85a376e949078f37a78b08fb74d36e790d6cb Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 18:33:33 +0530 Subject: [PATCH 10/19] max width removed --- style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style.css b/style.css index 7ced9be..9af665f 100644 --- a/style.css +++ b/style.css @@ -998,7 +998,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { padding:0; } .rl-side-preview-pane #rl-app #V-MailMessageList { - max-width: 40%; min-width: 360px; overflow: hidden; } @@ -3804,8 +3803,3 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .b-folders li a{ color:unset; } -#rl-app .messageList .second-toolbar, -#rl-app .messageList .b-content, -#rl-app .messageList .b-footer { - max-width:440px; -} \ No newline at end of file -- GitLab From 85b17ca28c563d0bea6661d2a52e827671382bcb Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 18:36:00 +0530 Subject: [PATCH 11/19] max width removed --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 9af665f..71053d0 100644 --- a/style.css +++ b/style.css @@ -3737,7 +3737,6 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList{ overflow: hidden; min-width:359px; - max-width: 441px; } #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); -- GitLab From c930812b1f95d1b3457e37431269deb44914e91c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 18:44:51 +0530 Subject: [PATCH 12/19] footer setting icon right align --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 71053d0..7b1d8aa 100644 --- a/style.css +++ b/style.css @@ -3802,3 +3802,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .b-folders li a{ color:unset; } +#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled { + float: right; + padding-right: 60px; +} \ No newline at end of file -- GitLab From 0fbc94742940ae039fef0d52204165280c5bb165 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 19:35:10 +0530 Subject: [PATCH 13/19] bg color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7b1d8aa..1132819 100644 --- a/style.css +++ b/style.css @@ -201,7 +201,7 @@ body.theme--dark { --main-bg-size: auto; --main-bg-repeat: repeat; --main-font-size: 14px; - --color-main-background: #171717; + --color-main-background: #121212; --color-compose-background: #272727; --color-main-background-not-plain: #0082c9; --color-main-background-rgb: 23,23,23; -- GitLab From 9b895b50d9e35d3da2f679548ec46d0e5297ab56 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 20:19:14 +0530 Subject: [PATCH 14/19] set toolbar footer icons --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 1132819..822e745 100644 --- a/style.css +++ b/style.css @@ -612,12 +612,13 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { fill-opacity: var(--svg-opacity); opacity: var(--svg-opacity); height:34px; - padding-left: 20px; - padding-right: 19px; + width:36px; line-height: 0; font-size: 0; color: transparent; + margin-right: 39px; } + #rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.icon-folder-add:before{ content:""; } @@ -632,8 +633,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { background-color: var(--svg-color); fill-opacity:var(--svg-opacity); height:34px; - padding-left: 20px; - padding-right: 19px; + width:34px; line-height: 0; font-size: 0; color: transparent; -- GitLab From c3f50ef2409c02a58e7033bbd597df94d0f38280 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 20:24:40 +0530 Subject: [PATCH 15/19] set toolbar footer icons --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 822e745..73c21e6 100644 --- a/style.css +++ b/style.css @@ -612,7 +612,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { fill-opacity: var(--svg-opacity); opacity: var(--svg-opacity); height:34px; - width:36px; line-height: 0; font-size: 0; color: transparent; -- GitLab From 444fe577328f2faa7090cd41616092926c11a85f Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 24 Feb 2023 20:32:28 +0530 Subject: [PATCH 16/19] set toolbar footer icons --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 73c21e6..9421122 100644 --- a/style.css +++ b/style.css @@ -660,8 +660,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { bottom: 0; } -#rl-app #V-SettingsMenu .b-footer, -#rl-app .b-footer.btn-toolbar .btn-group { +#rl-app #V-SettingsMenu .b-footer { padding: 3px; } @@ -3804,4 +3803,5 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled { float: right; padding-right: 60px; + max-width: 150px; } \ No newline at end of file -- GitLab From fe463211f46cb2ce7d67455c47a0fac51e851587 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 27 Feb 2023 07:48:06 +0530 Subject: [PATCH 17/19] button active --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9421122..71c48d2 100644 --- a/style.css +++ b/style.css @@ -2592,7 +2592,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar color: transparent; vertical-align: bottom; } -#rl-app footer .btn.buttonCreate { +#rl-app footer .btn.buttonCreate, +#rl-app footer .btn.buttonCreate:active { flex-shrink: 1; width: 200px; min-width: 150px; -- GitLab From f3612ccfcd91b7cbcd8cf1d7fdd26ae9770d1ef9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 27 Feb 2023 09:48:32 +0530 Subject: [PATCH 18/19] attachment --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 71c48d2..8775bed 100644 --- a/style.css +++ b/style.css @@ -3805,4 +3805,11 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { float: right; padding-right: 60px; max-width: 150px; +} + +#rl-app #V-PopupsCompose .no-attachments-desc{ + color:var(--color-mail-text); +} +#rl-app #V-PopupsCompose .attachmentAreaParent{ + background-color:var(--color-background-light-second); } \ No newline at end of file -- GitLab From 9011e774d2486770431431906dcb8d38e5180a28 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 27 Feb 2023 09:51:40 +0530 Subject: [PATCH 19/19] attachment --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8775bed..302aa09 100644 --- a/style.css +++ b/style.css @@ -3812,4 +3812,5 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app #V-PopupsCompose .attachmentAreaParent{ background-color:var(--color-background-light-second); + border-top:none; } \ No newline at end of file -- GitLab