Fix spacing on top and bottom and expand to extra large width

This commit is contained in:
Pat Hartl 2023-02-13 22:44:05 -06:00
parent ff071d2680
commit b2b67e0cc9

View file

@ -4,7 +4,7 @@
<MudDialogProvider />
<MudSnackbarProvider />
<MudLayout>
<MudLayout Class="mb-16">
<MudAppBar>
<MudIconButton Icon="@Icons.Material.Filled.Menu" Color="Color.Inherit" Edge="Edge.Start" OnClick="@((e) => DrawerToggle())" />
LANCommander
@ -15,7 +15,7 @@
</MudDrawer>
<MudMainContent>
<MudContainer MaxWidth="MaxWidth.Large">
<MudContainer MaxWidth="MaxWidth.ExtraLarge" Class="mt-8 mb-16">
@Body
</MudContainer>
</MudMainContent>