Browse Source

bugfix chat editor 100%

pull/127/head
Phillip Lang Martinez 2 years ago
parent
commit
3cfdee7623
  1. 2
      qortal-ui-plugins/plugins/core/components/ChatTextEditor.js

2
qortal-ui-plugins/plugins/core/components/ChatTextEditor.js

@ -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 {

Loading…
Cancel
Save