update
This commit is contained in:
parent
be38291b62
commit
0ee5106ac4
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: tradus-web:1.0.22
|
||||
image: tradus-web:1.0.23
|
||||
container_name: tradus-web
|
||||
ports:
|
||||
- '6000:80'
|
||||
|
||||
@ -696,6 +696,10 @@ const getIconPath = (agent: Agent) => {
|
||||
resize: none;
|
||||
outline: none;
|
||||
transition: all 0.2s ease;
|
||||
overflow-y: hidden;
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.message-input::placeholder {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user