From 0f4e5afaebc8ae29edc5777549aa747486bbbdf2 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 29 Aug 2024 21:20:03 -0500 Subject: [PATCH] fix CSS bug --- webpage/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 390b8f5..18dc7df 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -535,7 +535,7 @@ hr { flex-direction: column; flex-shrink: 1; min-height: 0; - height: 100%; + height: 100vh; /* width: 100%; */ position: relative; } @@ -1247,6 +1247,7 @@ span { flex-shrink: 1; flex-grow: 1; align-items: stretch; + align-content: stretch; } .flexttb{ display: flex; @@ -1338,13 +1339,15 @@ span { .channelflex{ flex-shrink:0; - flex-grow:0; + flex-grow: 1; width:2.5in; display: flex; justify-content: space-evenly; align-content: stretch; flex-direction: column; overflow: hidden; + /* height: 100%; */ + height: 100vh; } .messageflex{ display:flex;