From f79e6f253d574b476f703e82f1ec985f9a1117a6 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 27 Jan 2023 08:42:18 +0100 Subject: [PATCH] Improve mobile view left side background color --- dev/Styles/User/Layout.less | 3 ++- snappymail/v/0.0.0/themes/SquaresDark/styles.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/Styles/User/Layout.less b/dev/Styles/User/Layout.less index 2775a1821..be2659059 100644 --- a/dev/Styles/User/Layout.less +++ b/dev/Styles/User/Layout.less @@ -276,7 +276,8 @@ html.rl-no-preview-pane #rl-right .resizer { html.rl-mobile { #rl-left { - background: var(--main-bg-color); + background: var(--main-bg-color, #aaa); + border-right: 1px solid var(--border-color, #ddd); position: fixed; left: 0; top: 0; diff --git a/snappymail/v/0.0.0/themes/SquaresDark/styles.css b/snappymail/v/0.0.0/themes/SquaresDark/styles.css index 886ade640..07f336d07 100644 --- a/snappymail/v/0.0.0/themes/SquaresDark/styles.css +++ b/snappymail/v/0.0.0/themes/SquaresDark/styles.css @@ -4,7 +4,7 @@ /* MAIN */ --main-color: #fff; - --main-bg-color: #48525C; + --main-bg-color: #3C454D; --main-bg-image: url("images/background.jpg"); --border-color: #555;