From 7e276693ef562753dc7437461859b3f77f8f9251 Mon Sep 17 00:00:00 2001 From: Philippe Beck Date: Fri, 29 Dec 2023 20:27:44 +0400 Subject: [PATCH] Fix image size to user & image tables --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 9d2f322e..5aec7e73 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -54,6 +54,11 @@ max-width: 200px; } +[id="image-set"] img, +[id="user-set"] img { + --ve-media-img-max-width: 200px; +} + /* TINYMCE EDITOR */ .tox { margin: auto;