From 484a388b6264d183fcf9a207cc4a11b8be83f5d3 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:17:51 +0200 Subject: [PATCH] fix: prevent grey bar when webmail blocks watermark image Remove width/height HTML attributes and add border:0;outline:none to the watermark img tag so broken-image placeholders collapse gracefully when email clients block remote images. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/main/resources/email-templates/forgot-password.html | 2 +- src/main/resources/email-templates/generic.html | 2 +- src/main/resources/email-templates/register.html | 2 +- src/main/resources/email-templates/sign-in.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/email-templates/forgot-password.html b/src/main/resources/email-templates/forgot-password.html index 6fd17ab..1eec35a 100644 --- a/src/main/resources/email-templates/forgot-password.html +++ b/src/main/resources/email-templates/forgot-password.html @@ -3,7 +3,7 @@ Cameleer.io
- +

Lost in the dunes?

No worries — enter this code to reset your password and get back on the trail.

diff --git a/src/main/resources/email-templates/generic.html b/src/main/resources/email-templates/generic.html index 8a929e0..83958e4 100644 --- a/src/main/resources/email-templates/generic.html +++ b/src/main/resources/email-templates/generic.html @@ -3,7 +3,7 @@ Cameleer.io
- +

Quick checkpoint

Here's your verification code. Just making sure it's really you at the reins.

diff --git a/src/main/resources/email-templates/register.html b/src/main/resources/email-templates/register.html index a46b3a0..9b9b315 100644 --- a/src/main/resources/email-templates/register.html +++ b/src/main/resources/email-templates/register.html @@ -3,7 +3,7 @@ Cameleer.io
- +

Welcome to the caravan!

Enter this code to verify your email and claim your spot. The dunes wait for no one.

diff --git a/src/main/resources/email-templates/sign-in.html b/src/main/resources/email-templates/sign-in.html index aa0588c..109afd8 100644 --- a/src/main/resources/email-templates/sign-in.html +++ b/src/main/resources/email-templates/sign-in.html @@ -3,7 +3,7 @@ Cameleer.io
- +

Back at the oasis already?

Here's your sign-in code. The caravan master is checking credentials.