From d348e77ad7b60bc3c59cf8a0d0bdb9f8271ff66f Mon Sep 17 00:00:00 2001 From: boban Date: Mon, 6 Jul 2026 21:23:47 +0200 Subject: [PATCH] fix(mail): force the logo size via inline CSS; brand header inside the card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some clients (Apple Mail among them) ignore the width/height ATTRIBUTES on embedded images and rendered the 192px CID logo at full size. Force 24px via inline CSS (width/height/max-*) as well, and move the brand row inside the card as a proper hairline-separated header — tighter, tidier. Co-Authored-By: Claude Fable 5 --- resources/views/mail/alert-html.blade.php | 42 ++++++++++++----------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/resources/views/mail/alert-html.blade.php b/resources/views/mail/alert-html.blade.php index 5c36b3d..0ed6349 100644 --- a/resources/views/mail/alert-html.blade.php +++ b/resources/views/mail/alert-html.blade.php @@ -47,26 +47,6 @@ - {{-- Brand row --}} - - - - {{-- Card --}} + {{-- Brand header (inside the card): size forced via inline CSS too — + several clients ignore the width/height ATTRIBUTES on embedded + images and would render the 192px source at full size. --}} + + + + {{-- Status band --}}
- - - - - - -
- Clusev - - Clusev - - {{ __('alerts.mail_brand_tag') }} -
-
@@ -75,6 +55,28 @@ {{-- Signal rail --}}
 
+ + + + + + +
+ + + Clusev + + {{ __('alerts.mail_brand_tag') }} +
+