bugfix chat editor 100%

This commit is contained in:
Phillip Lang Martinez 2022-12-07 15:19:54 -05:00
parent 0f65a5dfda
commit 3cfdee7623

View File

@ -523,6 +523,7 @@ class ChatTextEditor extends LitElement {
word-break: break-word;
outline: none;
min-height: 20px;
width: 100%;
}
div[contentEditable=true]:empty:before {
@ -537,6 +538,7 @@ class ChatTextEditor extends LitElement {
div[contentEditable=false]{
background: rgba(0,0,0,0.1);
width: 100%;
}
img.emoji {