chore: update live chat and work server changes
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
flex: 1 1 auto;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
position: relative;
|
||||
border-radius: 28px;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(245, 158, 11, 0.18);
|
||||
@@ -90,14 +91,20 @@
|
||||
|
||||
.text-memo-widget__input.ant-input,
|
||||
.text-memo-widget__editor .ant-input {
|
||||
display: block;
|
||||
flex: 1 1 auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
padding: 10px 18px 20px;
|
||||
padding: 10px 18px 32px;
|
||||
box-sizing: border-box;
|
||||
color: #3f3a2f;
|
||||
font-size: 16px;
|
||||
line-height: 38px;
|
||||
background: transparent;
|
||||
resize: none;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.text-memo-widget__editor .ant-input::placeholder {
|
||||
|
||||
Reference in New Issue
Block a user