From d6a5525da1c8f33c9aeed68046af3e57110d0029 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 29 Aug 2024 22:05:09 -0500 Subject: [PATCH] fix another CSS bug --- webpage/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index 18dc7df..66902dd 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1258,7 +1258,7 @@ span { /* padding-bottom: .1in; */ align-items: flex-start; width: 100%; - height: 100%; + /* height: 100%; */ } .settingbuttons{ padding-top:.075in; @@ -1463,6 +1463,7 @@ span { width: 100%; flex-direction: column; max-height:100in; + justify-content: flex-end; } #connection-container, #app-list-container {