From dbb9eea25f80e7984a112409863be5191af5bf5e Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Fri, 1 Apr 2022 16:04:00 -0600 Subject: Added way too much stuff --- client/app.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'client/app.css') diff --git a/client/app.css b/client/app.css index 016c256..09fb38e 100644 --- a/client/app.css +++ b/client/app.css @@ -66,11 +66,23 @@ body { box-shadow: rgb( 0, 0, 0, 0.6) 6px 45px 45px -12px; } -.chat { +.chat-container { border-bottom: 1px solid #d65d0e; height: 200px; - overflow-y: scroll; padding-bottom: 12px; + display: flex; + flex-direction: row; + min-height: min-content; +} + +.chat-box { + flex: 3; + overflow-y: scroll; +} + +.chat-connections { + flex: 1; + overflow-y: scroll; } * { @@ -116,4 +128,5 @@ body { color: #8ec07c; border-radius: 8px; display: inline-block; -} \ No newline at end of file +} + -- cgit v1.2.3-70-g09d2