Fixed vertical alignment

This commit is contained in:
Thorsten Sommer 2026-01-07 10:50:55 +01:00
parent 4beb380b72
commit 37b39f4281
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -35,7 +35,7 @@
}
else
{
<MudPaper Width="4em" Class="mud-height-full absolute">
<MudPaper Width="4em" Class="mud-height-full absolute" Style="display: flex; flex-direction: column;">
<MudNavMenu>
@foreach (var navBarItem in this.navItems)
{
@ -51,9 +51,9 @@
}
}
</MudNavMenu>
<MudSpacer/>
<MudStack AlignItems="AlignItems.Center">
<MudToolBar WrapContent="true">
<VoiceRecorder />