[mirotalksfu] - add clean/paste Chat input txt

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-02 18:27:25 +02:00
الأصل 57d1fbbf2f
التزام f73bb1e8c1
4 ملفات معدلة مع 63 إضافات و4 حذوفات

عرض الملف

@@ -471,7 +471,6 @@ body {
.chat-msger-inputarea {
display: flex;
padding: 10px;
background: #1f1e1e;
}
.chat-msger-input {
@@ -479,15 +478,41 @@ body {
padding: 10px;
border: none;
border-top-left-radius: 10px;
background: rgb(0, 0, 0);
background: rgb(7 7 7);
color: #fff;
resize: none;
}
.chat-msger-inputarea button {
.chat-msger-input::-webkit-scrollbar {
width: 5px;
}
.chat-msger-input::-webkit-scrollbar-track {
background: transparent;
}
.chat-msger-input::-webkit-scrollbar-thumb {
background: #404040;
}
/*--------------------------------------------------------------
# Chat room buttons area
--------------------------------------------------------------*/
.chat-msger-buttons {
display: flex;
padding: 10px;
}
.chat-msger-buttons button {
width: 32px;
}
#chatSendButton {
position: absolute;
right: 5px;
}
/*--------------------------------------------------------------
# Chat room emoji picker
--------------------------------------------------------------*/
@@ -495,7 +520,7 @@ body {
emoji-picker {
z-index: 0;
position: absolute;
bottom: 70px;
bottom: 100px;
width: 100%;
height: 50%;
--background: #16171b;