From e8669a20bb0e631fffb942bbbce4f0c2ed4eda56 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 7 Feb 2023 08:31:52 +0100 Subject: [PATCH] Resolve #918 --- snappymail/v/0.0.0/themes/A/styles.css | 1 + snappymail/v/0.0.0/themes/Love/styles.css | 1 + snappymail/v/0.0.0/themes/LoveDark/styles.css | 1 + snappymail/v/0.0.0/themes/Snow/styles.css | 1 + snappymail/v/0.0.0/themes/SnowDarkV1/styles.css | 1 + snappymail/v/0.0.0/themes/Stripes/styles.css | 1 + snappymail/v/0.0.0/themes/example.css | 5 ++--- 7 files changed, 8 insertions(+), 3 deletions(-) diff --git a/snappymail/v/0.0.0/themes/A/styles.css b/snappymail/v/0.0.0/themes/A/styles.css index 30d605e6d..19d877924 100644 --- a/snappymail/v/0.0.0/themes/A/styles.css +++ b/snappymail/v/0.0.0/themes/A/styles.css @@ -4,6 +4,7 @@ --main-color: #333; --main-bg-color: #48525C; --main-bg-image: url("images/background.jpg"); + --main-bg-size: cover; /* LOADING */ --loading-color: #fff; diff --git a/snappymail/v/0.0.0/themes/Love/styles.css b/snappymail/v/0.0.0/themes/Love/styles.css index 4f52c4f2f..1145d1563 100644 --- a/snappymail/v/0.0.0/themes/Love/styles.css +++ b/snappymail/v/0.0.0/themes/Love/styles.css @@ -4,6 +4,7 @@ --main-color: #333; --main-bg-color: #B3274E; --main-bg-image: url("images/background.jpg"); + --main-bg-size: cover; /* LOADING */ --loading-color: #fff; diff --git a/snappymail/v/0.0.0/themes/LoveDark/styles.css b/snappymail/v/0.0.0/themes/LoveDark/styles.css index fcedafacd..e1de4c013 100644 --- a/snappymail/v/0.0.0/themes/LoveDark/styles.css +++ b/snappymail/v/0.0.0/themes/LoveDark/styles.css @@ -6,6 +6,7 @@ --main-color: #fff; --main-bg-color: #48525C; --main-bg-image: url("images/background.jpg"); + --main-bg-size: cover; /* LOADING */ --loading-color: #ddd; diff --git a/snappymail/v/0.0.0/themes/Snow/styles.css b/snappymail/v/0.0.0/themes/Snow/styles.css index e9d486ae3..299c3b83b 100644 --- a/snappymail/v/0.0.0/themes/Snow/styles.css +++ b/snappymail/v/0.0.0/themes/Snow/styles.css @@ -4,6 +4,7 @@ --main-color: #333; --main-bg-color: #48525C; --main-bg-image: url("images/background.jpg"); + --main-bg-size: cover; /* LOADING */ --loading-color: #fff; diff --git a/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css b/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css index fcedafacd..e1de4c013 100644 --- a/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css +++ b/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css @@ -6,6 +6,7 @@ --main-color: #fff; --main-bg-color: #48525C; --main-bg-image: url("images/background.jpg"); + --main-bg-size: cover; /* LOADING */ --loading-color: #ddd; diff --git a/snappymail/v/0.0.0/themes/Stripes/styles.css b/snappymail/v/0.0.0/themes/Stripes/styles.css index a515c9c53..d7e810349 100644 --- a/snappymail/v/0.0.0/themes/Stripes/styles.css +++ b/snappymail/v/0.0.0/themes/Stripes/styles.css @@ -4,6 +4,7 @@ --main-color: #333; --main-bg-color: #010101; --main-bg-image: url("images/background.jpg"); + --main-bg-size: cover; /* LOADING */ --loading-color: #fff; diff --git a/snappymail/v/0.0.0/themes/example.css b/snappymail/v/0.0.0/themes/example.css index 4c2c5bb98..f4983c334 100644 --- a/snappymail/v/0.0.0/themes/example.css +++ b/snappymail/v/0.0.0/themes/example.css @@ -1,5 +1,7 @@ :root { + color-scheme: light; + /* MAIN */ --main-color: #333; --main-bg-color: #e3e3e3; @@ -103,6 +105,3 @@ --smDialogShrink: 20px; --smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2); } -.rl-mobile { - --smDialogShrink: 50px; -}