diff --git a/Management.Web/Pages/Course.razor b/Management.Web/Pages/Course.razor index 40ee2cf..30342b0 100644 --- a/Management.Web/Pages/Course.razor +++ b/Management.Web/Pages/Course.razor @@ -39,6 +39,9 @@ } +
+ + @if (loading) { @@ -46,7 +49,7 @@ @if (planner.LocalCourse != null) { -
+
} -
\ No newline at end of file + +
\ No newline at end of file diff --git a/Management.Web/Pages/_Host.cshtml b/Management.Web/Pages/_Host.cshtml index 8adc212..55de31e 100644 --- a/Management.Web/Pages/_Host.cshtml +++ b/Management.Web/Pages/_Host.cshtml @@ -9,7 +9,6 @@ - @* *@ @@ -23,7 +22,7 @@ -
+
An error has occurred. This application may no longer respond until reloaded. diff --git a/Management.Web/Shared/MainLayout.razor b/Management.Web/Shared/MainLayout.razor index 0ed14f3..4bb4815 100644 --- a/Management.Web/Shared/MainLayout.razor +++ b/Management.Web/Shared/MainLayout.razor @@ -2,19 +2,9 @@ Management.Web -
- @* *@ -
- @* maybe put some common buttons up here *@ - @*
- About -
*@ - -
- @Body -
-
-
+
+
+ @Body +
+
diff --git a/Management.Web/wwwroot/css/site.css b/Management.Web/wwwroot/css/site.css index 07b2b1a..531d70e 100644 --- a/Management.Web/wwwroot/css/site.css +++ b/Management.Web/wwwroot/css/site.css @@ -3,6 +3,10 @@ html, body { font-family: "DM Sans", sans-serif; } +:root, #page, main { + padding: 0; + margin: 0; +} #blazor-error-ui { background: lightyellow;