diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 462b19ce..c1b08d25 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -292,6 +292,7 @@ position: absolute; right: 20px; top: -26px; + left: 100px; transition: all ease 0.3s; opacity: 0; pointer-events: none; @@ -302,6 +303,7 @@ .chat-message-top-action { opacity: 0.5; color: var(--black); + white-space: nowrap; cursor: pointer; &:hover { diff --git a/app/components/home.tsx b/app/components/home.tsx index 828ee191..90a37627 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -374,7 +374,7 @@ export function Chat(props: { showSideBar?: () => void }) { )}