From 945178de39004f7a97b550f2886640a7b1307bee Mon Sep 17 00:00:00 2001 From: Matthieu Jacq <67386567+matthieujacq@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:04:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=F0=9F=93=B1=20height=20now?= =?UTF-8?q?=20matches=20mobile=20height=20(#1323)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/chat/[chatId]/page.tsx | 2 +- frontend/app/globals.css | 6 ++++++ frontend/globals.css | 2 +- frontend/lib/components/Sidebar/Sidebar.tsx | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/app/chat/[chatId]/page.tsx b/frontend/app/chat/[chatId]/page.tsx index cb9c0268b..116d3e993 100644 --- a/frontend/app/chat/[chatId]/page.tsx +++ b/frontend/app/chat/[chatId]/page.tsx @@ -12,7 +12,7 @@ const SelectedChatPage = (): JSX.Element => { return (
{!open && (