Layout verbessert;

This commit is contained in:
2026-05-29 13:09:45 +02:00
parent fe11b715a6
commit c52a00adbd
+19 -1
View File
@@ -7,8 +7,26 @@
<MudPopoverProvider />
<MudLayout>
<MudAppBar Elevation="1" Color="Color.Surface">
<MudLink Href="/" Underline="Underline.None" Color="Color.Primary" Class="d-flex align-center">
<MudIcon Icon="@Icons.Material.Filled.DataExploration" Size="Size.Large" Class="mr-2" />
<MudText Typo="Typo.h5" Style="font-weight: 700;">Zahlen-Analyse</MudText>
</MudLink>
<MudSpacer />
<MudButton Href="/"
StartIcon="@Icons.Material.Filled.Home"
Variant="Variant.Text"
Color="Color.Primary">
Startseite
</MudButton>
</MudAppBar>
<MudMainContent>
@Body
<MudContainer MaxWidth="MaxWidth.Large" Class="pt-4 pb-8">
@Body
</MudContainer>
</MudMainContent>
</MudLayout>