diff --git a/frontend/src/components/Header/chat.css b/frontend/src/components/Header/chat.css index 59ab9608..0d0d1f8e 100644 --- a/frontend/src/components/Header/chat.css +++ b/frontend/src/components/Header/chat.css @@ -7,7 +7,7 @@ } .show_chat.windowed { - @apply h-[50%] w-[320px]; + @apply h-[75%] sm:w-[75%] md:w-[550px]; } .show_chat.full-screen {