mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
fixup: #2149 chat action button style
This commit is contained in:
parent
5b1d45c1a9
commit
64c4f512ce
@ -316,6 +316,8 @@ function ChatAction(props: {
|
||||
props.onClick();
|
||||
setTimeout(updateWidth, 1);
|
||||
}}
|
||||
onMouseEnter={updateWidth}
|
||||
onTouchStart={updateWidth}
|
||||
style={
|
||||
{
|
||||
"--icon-width": `${width.icon}px`,
|
||||
|
Loading…
Reference in New Issue
Block a user