From 1ba1211ca027b887f160f6894a004b7d96ea0eee Mon Sep 17 00:00:00 2001 From: Mykeehu Date: Mon, 11 Aug 2025 21:13:56 +0200 Subject: [PATCH] Fix edit window and buttons in Messenger theme (#7100) --- css/chat_style-messenger.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/chat_style-messenger.css b/css/chat_style-messenger.css index 65af5f7a..583703c0 100644 --- a/css/chat_style-messenger.css +++ b/css/chat_style-messenger.css @@ -99,3 +99,9 @@ .message-body p em { color: rgb(110 110 110) !important; } +.editing-textarea { + width: max(30rem) !important; +} +.circle-you + .text .edit-control-button, .circle-you + .text .editing-textarea { + color: #000 !important; +}