From e86776b6768ded48d5781155b480bb518cd47c2a Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Mon, 2 Sep 2024 12:15:44 -0500 Subject: [PATCH] Smaller toggle items --- JournalApp/Components/DataPointView.razor | 8 ++++---- JournalApp/wwwroot/app.css | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/JournalApp/Components/DataPointView.razor b/JournalApp/Components/DataPointView.razor index 5bfc2bc..213f80a 100644 --- a/JournalApp/Components/DataPointView.razor +++ b/JournalApp/Components/DataPointView.razor @@ -37,7 +37,7 @@ else if (Point.Type == PointType.Scale) } else if (Point.Type == PointType.LowToHigh) { - + None Low Medium @@ -46,7 +46,7 @@ else if (Point.Type == PointType.LowToHigh) } else if (Point.Type == PointType.MildToSevere) { - + None Mild Moderate @@ -55,7 +55,7 @@ else if (Point.Type == PointType.MildToSevere) } else if (Point.Type == PointType.Bool) { - + No Yes @@ -86,7 +86,7 @@ else if (Point.Type == PointType.Note) else if (Point.Type == PointType.Medication) {
- + No Yes diff --git a/JournalApp/wwwroot/app.css b/JournalApp/wwwroot/app.css index 777ba1c..cf97a35 100644 --- a/JournalApp/wwwroot/app.css +++ b/JournalApp/wwwroot/app.css @@ -138,10 +138,6 @@ h1, h2, h3, h4, h5, h6 { flex-grow: 1; } - .mud-toggle-group .mud-toggle-item { - padding: 0.2em !important; - } - #blazor-error-ui { background: darkorange; bottom: 0;