From e693dcdab4a34fbaf20334e5d3d561fe4c417382 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 13 Aug 2024 11:01:15 -0500 Subject: [PATCH] css update to the buttons in the settings menu --- webpage/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webpage/style.css b/webpage/style.css index adc4817..6a26adf 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1283,6 +1283,8 @@ span { gap:.04in; flex-grow: 0; flex-shrink: 0; + display: flex; + align-items: center; } .setting{ background:var(--user-info-bg); @@ -1697,4 +1699,10 @@ form div{ } .titlespace{ padding:.1in 0 0 .1in +} +.SettingsButton{ + width: 95%; + box-sizing: border-box; + margin: 0; + margin-bottom: .03in; } \ No newline at end of file