[mirotalksfu] - improve chat UI

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-05 20:15:35 +02:00
الأصل 77718baa05
التزام 53d4c879de

عرض الملف

@@ -461,13 +461,15 @@ body {
.chat-msger-input { .chat-msger-input {
flex: 1; flex: 1;
padding: 10px; padding: 10px;
height: 43px;
font-size: 14px;
color: #fff;
border: none; border: none;
border: var(--border);
border-top-left-radius: 10px; border-top-left-radius: 10px;
background: rgb(7 7 7); background: rgb(7 7 7);
color: #fff;
resize: none;
height: 43px;
transition: height 1s; transition: height 1s;
resize: none;
} }
.chat-msger-input::-webkit-scrollbar { .chat-msger-input::-webkit-scrollbar {