Spaces:
Running
Running
File size: 324 Bytes
79278ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.auto-expand-textarea {
box-sizing: border-box;
width: 100%;
font-size: 16px;
border: 0;
border-radius: 15px;
resize: none;
overflow-y: auto;
min-height: 1rem;
padding: 16px;
background-color: var(--bg-color);
outline: none;
}
.auto-expand-textarea::placeholder {
color: var(--placeholder-color);
}
|