From 7be2e67dd4b71cf9d8c4df84bd38ce046edb9bff Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 19:16:05 +0000 Subject: [PATCH] Reduce email template logo sizes, especially Ladill Transfer. Lower the shared header logo and add a smaller transfer-specific class instead of the oversized inline override. Co-authored-by: Cursor --- resources/views/mail/notifications/layout.blade.php | 6 +++++- .../views/mail/notifications/transfer-recipient.blade.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/mail/notifications/layout.blade.php b/resources/views/mail/notifications/layout.blade.php index c97b8f0..39662cc 100644 --- a/resources/views/mail/notifications/layout.blade.php +++ b/resources/views/mail/notifications/layout.blade.php @@ -43,7 +43,11 @@ text-align: center; } .email-logo { - max-height: 36px; + max-height: 28px; + width: auto; + } + .email-logo-transfer { + max-height: 24px; width: auto; } .email-icon-header { diff --git a/resources/views/mail/notifications/transfer-recipient.blade.php b/resources/views/mail/notifications/transfer-recipient.blade.php index e2a9c89..d057c05 100644 --- a/resources/views/mail/notifications/transfer-recipient.blade.php +++ b/resources/views/mail/notifications/transfer-recipient.blade.php @@ -1,7 +1,7 @@ @extends('mail.notifications.layout') @section('email-header') - + @endsection @section('content')