Fix spacing on top and bottom and expand to extra large width
This commit is contained in:
parent
ff071d2680
commit
b2b67e0cc9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue