From ab4385eb12248205cdece732691e06fcc2b65085 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:18:29 +0300 Subject: [PATCH] Don't scale message images with viewport --- public/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/style.css b/public/style.css index ec068a4f1..0c8b4abf1 100644 --- a/public/style.css +++ b/public/style.css @@ -4574,7 +4574,6 @@ a { border-radius: 10px; max-width: 100%; max-height: 40vh; - max-height: 40dvh; image-rendering: -webkit-optimize-contrast; }