From 4e5a0135f22a054f21c551267ed88fd900e43fc5 Mon Sep 17 00:00:00 2001 From: zeekling Date: Tue, 3 Nov 2020 22:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=80=E6=96=B0=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E6=98=BE=E7=A4=BA=E8=BF=87=E9=95=BF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header.ftl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/header.ftl b/header.ftl index f0a2f46..a57f301 100644 --- a/header.ftl +++ b/header.ftl @@ -69,6 +69,11 @@ .emoji{ width:20px; } +.media-content { + max-width: 170px; + overflow: hidden; + max-height: 90px; +}