From 91df0cd814aae6085bc7cf73e78a4af7b9b7016c Mon Sep 17 00:00:00 2001 From: Outrun Colors Date: Sat, 24 Sep 2022 19:50:12 -0500 Subject: [PATCH] Change size of App content --- chat/src/App.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/chat/src/App.css b/chat/src/App.css index aa073ca30a..4cfcc9c0f0 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -49,7 +49,7 @@ body { .App-content { position: relative; flex: 3; - height: 60vh; + height: 75vh; max-height: 1000px; overflow: auto; -ms-overflow-style: none; @@ -92,12 +92,6 @@ body { padding: .25rem; } -@media screen and (max-width: 1000px) { - .App-content { - height: 50vh; - } -} - /* On mobile, hide the sidebar and make the input full-width. */ @media screen and (max-width: 1100px) { .App-side {