mirror of https://github.com/msgbyte/tailchat
feat: 输入框addon增加打开动画,并移除表情面板的内边距
parent
d9acf3b679
commit
c6ac1a800d
@ -0,0 +1,9 @@
|
||||
.chat-message-input_action-popover {
|
||||
.ant-popover-inner {
|
||||
background-color: transparent;
|
||||
|
||||
.ant-popover-inner-content {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue