From f28be3ba55cbe9c1b20f70b4e1e8e2668eb2388f Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 17 Feb 2025 04:51:21 +0100 Subject: [PATCH] Fix. --- src/snek/static/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/snek/static/base.css b/src/snek/static/base.css index a21ad41..83ae235 100644 --- a/src/snek/static/base.css +++ b/src/snek/static/base.css @@ -163,7 +163,7 @@ hyphens: auto; .message-content { - img, video, iframe { + img, video, iframe, div { max-width: 100%; } } @@ -231,7 +231,7 @@ input[type="text"], .chat-input textarea { } .message.switch-user { - .text img { + .text img,iframe, video { max-width: 90%; border-radius: 20px; }