diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index 839e1ff58..c3e7c619b 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -218,7 +218,7 @@ overscroll-behavior: none; } -.chat-body-title { +.chat-body-main-title { cursor: pointer; &:hover { @@ -226,6 +226,12 @@ } } +@media only screen and (max-width: 600px) { + .chat-body-title { + text-align: center; + } +} + .chat-message { display: flex; flex-direction: row; diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b36b47630..ad38dd650 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -808,9 +808,9 @@ export function Chat() { )} -