From 271fa4edaf3a1ca5d22e0cadff43750dcc2d194c Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Mon, 6 Oct 2025 16:02:36 +0200 Subject: [PATCH] add left padding to dark.less In dark mode, the message body usually still has a white background, but there is no margin / padding between the surrounding dark interface and the white email body. This adds a slight padding to make the email slightly more visually pleasant. --- skins/elastic/styles/dark.less | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/elastic/styles/dark.less b/skins/elastic/styles/dark.less index a5731884c4..f02af016b9 100644 --- a/skins/elastic/styles/dark.less +++ b/skins/elastic/styles/dark.less @@ -822,6 +822,7 @@ html.dark-mode { background-color: white; color: @color-font; padding: 0; + padding-left: .3rem; margin-top: .5rem; }