From ba2dea7d09a5f61e632a90d3e21a060b66e9cec3 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 17 May 2023 20:06:31 +0900 Subject: [PATCH] fix mes_image display width --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 09bbc7ea1..d3ba667eb 100644 --- a/public/style.css +++ b/public/style.css @@ -3325,7 +3325,7 @@ a { .mes_img { border-radius: 10px; - width: 100%; + max-width: 100%; max-height: 40svh; }