From a709ac7ee0855ff69f35077c742a94ed2c45a4b7 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Wed, 1 Oct 2025 01:02:49 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E4=BF=AE=E7=B9=95=E5=9C=96=E7=89=87?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA,=20=E4=B8=8D=E5=86=8D=E7=82=BA=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E6=96=87=E5=AD=97=E8=AA=AC=E6=98=8E=E5=8D=A0=E4=BD=8D?= =?UTF-8?q?=20(aka=20inline=20->=20block)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/custom-elements/chat-image.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ui/custom-elements/chat-image.ts b/client/ui/custom-elements/chat-image.ts index a3efdf9..9c28d06 100644 --- a/client/ui/custom-elements/chat-image.ts +++ b/client/ui/custom-elements/chat-image.ts @@ -9,6 +9,7 @@ customElements.define('chat-image', class extends HTMLElement { super() } connectedCallback() { + this.style.display = 'block' const e = new Image() e.style.maxWidth = "100%" e.style.maxHeight = "90%"