Fix edit window and buttons in Messenger theme (#7100)

This commit is contained in:
Mykeehu 2025-08-11 21:13:56 +02:00 committed by GitHub
parent b10d525bf7
commit 1ba1211ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}