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