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 />
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue