mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-14 15:01:37 +00:00
Fixed vertical alignment
This commit is contained in:
parent
4beb380b72
commit
37b39f4281
@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<MudPaper Width="4em" Class="mud-height-full absolute">
|
<MudPaper Width="4em" Class="mud-height-full absolute" Style="display: flex; flex-direction: column;">
|
||||||
<MudNavMenu>
|
<MudNavMenu>
|
||||||
@foreach (var navBarItem in this.navItems)
|
@foreach (var navBarItem in this.navItems)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user