From eb392ff1d78bd4cdd010e999bb394428a4dee22d Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 17 May 2026 11:33:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(typesetting):=20=E4=BF=AE=E5=A4=8D=E5=93=81?= =?UTF-8?q?=E7=89=8Clogo=E9=9D=9E=E6=AD=A3=E6=96=B9=E5=BD=A2=E6=97=B6?= =?UTF-8?q?=E8=A2=AB=E5=BC=BA=E5=88=B6=E5=8E=8B=E7=BC=A9=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20-=20=E6=94=B9=E4=B8=BA=E6=8C=89=E6=AF=94=E4=BE=8B?= =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- public/static/css/phone-image-templates.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/static/css/phone-image-templates.css b/public/static/css/phone-image-templates.css index 377c47d..f6dcb96 100644 --- a/public/static/css/phone-image-templates.css +++ b/public/static/css/phone-image-templates.css @@ -274,9 +274,11 @@ .brand-header .brand-logo { height: 24px; - width: 24px; + max-width: 120px; + width: auto; flex-shrink: 0; border-radius: 4px; + object-fit: contain; } .brand-header .brand-name {