This commit is contained in:
Matt Parker
2025-08-06 20:00:37 +10:00
parent 2a9eda5a3e
commit 1adba5f9ce

View File

@@ -43,9 +43,10 @@
<MudMainContent Style="height: 100%">
<MudStack Style="height: 100%" Row="true" Spacing="0" StretchItems="StretchItems.Middle">
<MudPaper Elevation="6" Style="background-color: var(--mud-palette-appbar-background); z-index: 1200;">
<MudStack AlignItems="AlignItems.Center" Spacing="1" Style="margin: 4px">
<MudPaper Elevation="6" Height="100%" Style="background-color: var(--mud-palette-appbar-background); z-index: 1200;">
<MudStack AlignItems="AlignItems.Center" Spacing="1" Style="padding: 4px; height: 100%">
<SidebarIconButton Icon="@Icons.Material.Filled.FolderOpen" Text="Explorer" />
<MudSpacer />
<SidebarIconButton Icon="@Icons.Material.Filled.PlayArrow" Text="Run" />
<SidebarIconButton Icon="@Icons.Material.Filled.Terminal" Text="Terminal" />
</MudStack>